When puppet is launched as a daemon, a kill -USR trigger a catalog run :

Sep 21 12:56:01 XXX puppet-agent[15324]: Caught USR1; calling reload
Sep 21 12:56:24 XXX puppet-agent[15324]: Finished catalog run in 12.96 seconds

But when launched with --listen --no-client, nothing happens any more :

Sep 21 13:01:44 XXX puppet-agent[16858]: Caught USR1; calling reload
Sep 21 13:02:21 XXX puppet-agent[16858]: Caught USR1; calling reload

With only --listen, it still works.

I want to launch puppet in listen only mode, and schedule it using mcollective, 
but because a stack of different bugs, what should be a simple task is becoming 
a nightmare.

There is this one.

But there is also :
http://projects.puppetlabs.com/issues/4411
http://projects.puppetlabs.com/issues/8917

Can someone show me a way out of this maze ?

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

Reply via email to