[Puppet Users] Re: Agents seem to hang during updates, Run already in progress; skipping

2012-01-04 Thread Radek
Hi Vorik, Did you solve your problem? I'm having the same issue with the 2.7.9 on CentOS and Amazon Linux. Puppet agent stops polling for configs and it tells me it's in progress when I run it manually. -- Radek -- You received this message because you are subscribed to the Goo

[Puppet Users] Re: puppet and git

2010-09-10 Thread Radek
> I realise that there may not be many who can help with (1), however I'm fairly > sure I'm not alone in using Git for my manifests and I'm wondering how others > get their puppetmaster to always run the latest manifest versions from a git > repo. I have a remote git repo on the puppet master box.

[Puppet Users] Re: Users with puppet

2010-09-22 Thread Radek
set the password to expired (chage -d 0 username). This will force the user to set the password with the first login. I also place user's ssh key with ssh_authorized_key (I store the public keys in the manifests) and disable password logins on the box. -- Radek -- You received this message beca

[Puppet Users] Puppet and Escape

2010-09-23 Thread Radek
nyone do anything similar? -- Radek -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroup

[Puppet Users] Re: puppet error on cron w/ "complex" timing

2010-09-29 Thread Radek
maybe this will help: minute => "2-57/5", -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.c

[Puppet Users] Dashboard and passenger under /dashboard path

2010-10-15 Thread Radek
senger. The config I found in ext/passanger seems to run the dashboard under the root of the virtual host. -- Radek -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To uns

[Puppet Users] ordering things again

2011-09-03 Thread Radek Antoniuk
Hi, I have read various threads about ordering things in puppet, using stages, before and after etc... but unfortunately it didn't answer my question. I have multiple parametrised function definitions like that: define function1($param) { exec { "do-$param-something": subscribe =>