On Mon, Jan 24, 2011 at 12:27 AM, DEGREMONT Aurelien
<aurelien.degrem...@cea.fr> wrote:

> Please take care that, for my site, and I think other ones,
>
> puppetd -t
>
> is *the* way to run puppet.
> We never use puppetd in daemonized mode, and manual runs puppet when needed
> with -t option.

You shouldn't be doing this. If you're running puppet agent out of
cron, you should do something like:

puppetd --onetime --no-daemonize

and not bring in all the ignoring of cache settings that --test does.

> Unfortunately, puppet guys do not really consider this aspect, that Puppet
> could be (and it is) used in a CLI mode, and this is really useful (even
> mandatory)

I don't understand what you mean. How is it that we don't consider
this aspect? Many of our deployments run in this manner, primarily due
to limitations of the underlying Ruby stack.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to