I have installed puppet enterprise 3.7.2 on centos 7.Both Puppet master and agent is working .I can able to view the node from puppet enterprise console and attached screen shot.
<https://lh6.googleusercontent.com/-MQdSTQQFadQ/VOSRJYoQZ-I/AAAAAAAAAIw/HlQsa5C_sY4/s1600/puppet-node.PNG> I created the manifest file /etc/puppetlabs/puppet/manifests/sites.pp with the following content on puppet server. node 'puppet.client.net' { file { '/tmp/hello': content => "Hello, world\n", } } After I executed the following command on master: #puppet agent apply sites.pp And then Executed the following command on client node : #puppet agent -t Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Info: Caching catalog for puppet.client.net Info: Applying configuration version '1424179235' Notice: Finished catalog run in 2.12 seconds Puppet node does not pick any changes from master. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/70df6301-a96a-4f6c-86af-4e5a8f1b2fb0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
