I have a question on the installation process for windows based modules to be controlled via a puppet master.
Curent setup:
- Puppetmaster linux server
- Windows 7 workstation running puppet agent and successfully connect to puppetmaster.
I want to start using a module to control the local security polices on the windows 7 machine. https://forge.puppet.com/cannonps/local_security_policy
I am a little confused as to where I need to install this module.
Do I need to install on:
- Windows machine only
- Puppetmaster only
- Both agent and puppet master
thanks :)