Hi,

The style in which I want to run Puppet is:

 1) The agent daemon does not take any actions but is running
     so that it detects any changes to managed files, directories, services,
     packages, etc. as defined in the manifests

 2) Only a manual action: "e.g. puppet apply init.pp" is required
     to initiate any change.

Is there anything beyond the above other than simply placing --noop
in the puppet agent call in /etc/init.d/puppet, i.e.

:
  daemonopts="--pidfile $pidfile --noop
:
start() {
  :
  daemon $daemonopts $puppetd ${PUPPET_OPTS} ${PUPPET_EXTRA_OPTS}
  :
:

and using

  puppet apply init.pp

or an MCollective equivalent.

Stuart


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/d11c081a-dbf9-4db5-a541-7d236fd816fa%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to