puppet agent doesn't retrieve files from master
- by nicmon
I have a very basic question regarding to Puppet 3.0.1 configuration.
I setup a puppet master server (CentOS) with 2 agents (CentOS and Windows 7), all 3 can ping and access each other. There is no error at all.
I have copied a file under /etc/puppet/files/test2.txt
my site.pp (/etc/puppet/manifests) contains these lines:
node default {
…