Hi all,
I am new to Puppet and now I do some test with 2 Virtual Machines running Centos 6.4 and puppet 3.3.1
And I manage to sign the client cert, but still I can not get any file updated on the client VM.
If I run the client in test mode puppet agent --server=p-master.localdomain --noop --test There is no errors in the output.
Info: Retrieving plugin
Info: Caching catalog for p-slave.localdomain
Info: Applying configuration version '1383222253'
Notice: Finished catalog run in 0.03 seconds
All logs seems clean and the only suspicious thing is in the /var/log/puppet/masterhttp.log:
DEBUG Puppet::Network::HTTP::WEBrickREST is invoked.
What does "WEBrickREST is invoked." means and is this my problem of not updating the client.
Thanks in advance
Valentin Todorov