search for: testentry

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

Did you mean: test_entry
2007 Aug 10
1
Information when using puppetd
I''m just now getting to testing some 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...