|
Currently the ENC can provide the environment to the client. However, when testing a new environment on a client the workflow can result in running the catalog before I'm ready.
Example workflow: 1. disable puppet on the client 2. build testing environment on the puppet master 3. configure the ENC to send the new environment 4. enable puppet in noop mode on the client
If step 1 is not complete, the client may apply the catalog.
This may also be useful in another workflow: if puppet needs to be temporarily disabled on a host. Puppet can set noop=true via a catalog run, but once this is done, there isn't a way to undo that without manual intervention.
|