Hi,
I am new to puppet so please accept my apologies if my question sounds silly. I need little help in using "windows_services module" available on forge.
The usage section of module states
> windows_services::delayedstart{'puppetdelayed':> servicename => "puppet", }
I know how to access classes in init.pp file of module. In this case the init file only has
> class windows_services {> }
There is a separate file in modules folder named 'delayedstart.pp' with actual code. I dont know how can i access this from my nodes.pp file.
Can anyone please help me with this?
Thanks,
Rfd
↧