How to Add Windows server (as Puppet Node) to Puppet Enterprise Master?
Download appropriate installer from Puppetlabs website http://puppetlabs.com/download-puppet-enterprise-expand Install by running the puppet-enterprise-3.7.0-x64.msi in the administrative privileges . During the installation please provide the puppet server FQDN in this case (dipuppetlabs.cloudapp.net) Below is how your Puppet.conf should look like [main] server=dipuppetlabs.cloudapp.net pluginsync=true autoflush=true archive_files=true archive_file_server=dipuppetlabs.cloudapp.net graph=true environment=production Also, make sure you have configured the firewall to… Read More How to Add Windows server (as Puppet Node) to Puppet Enterprise Master?