search for: leestestbox

Displaying 1 result from an estimated 1 matches for "leestestbox".

2007 Aug 10
1
Information when using puppetd
...ome things out with puppet and here is my first stab at it. This is in the site.pp file of the puppet server. class test_class { cron { testentry: command => "/usr/sbin/myscript.sh", user => root, hour => 2, minute => 0 } } node leestestbox { include test_class } I''m doing this all by hand, so I then run this on the puppet client box: puppetd --server 10.201.0.62 --test The server side is running like this: puppetmasterd --verbose I get an addition to my crontab of the proper entry but two info "errors"....