Re: [Puppet Users] cron type

2010-08-12 Thread Dennis Hoppe
Hi Peter, Peter Meier schrieb: >> i am using puppet 0.25.4 at debian lenny and i have got a question about >> the cron type. If i use something like that, the cron will be stored at >> "/etc/cron.daily/get-selections". > >> cron { "get-slections": >> command => "/usr/bin/d

Re: [Puppet Users] cron type

2010-08-12 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi > i am using puppet 0.25.4 at debian lenny and i have got a question about > the cron type. If i use something like that, the cron will be stored at > "/etc/cron.daily/get-selections". > > cron { "get-slections": > command

[Puppet Users] cron type

2010-08-12 Thread Dennis Hoppe
Hello, i am using puppet 0.25.4 at debian lenny and i have got a question about the cron type. If i use something like that, the cron will be stored at "/etc/cron.daily/get-selections". cron { "get-slections": command => "/usr/bin/dpkg --get-selections > /var/backups/get-s

[Puppet Users] cron type autorequire?

2009-05-11 Thread Jim Pirzyk
Just ran into a dependency issue with 0.24.8. The system was trying to add a crontab entry for a user it had not yet created. I do have the user being created with the user type. I started to look into the code and it seems the user is not setup with autorequire. My question is should it

[Puppet Users] cron type with UID conflicts

2008-11-24 Thread Erik
Hi All, I'm very happily using puppet in a large environment, but I ran into a problem: In our environment, we create multiple root accounts (via NIS), so that each UNIX admin can have a root-priveledge account, but with their own password. This is presenting a problem in using puppet to manage