|
when running the following command:
```` puppet agent --noop puppet-master.service.consul --test --onetime ````
(NOTE: --onetime added for clarify here, it is also part of the --test alias)
I get the following error:
```` Notice: Skipping run of Puppet configuration client; administratively disabled (Reason: 'Disabled by default on new installations'); Use 'puppet agent --enable' to re-enable. ````
After reading about -
enable, it looks like I would not want to enable this option (
-onetime means that I just want to run puppet once, and I don't necessarily want it to run in the background. It seems as if --test, --onetime, and --no-daemonize, have been rendered unsupported by this admin lock.
Am I missing something, or are these options not going to be supported anymore? That would be a shame b/c they were really useful 
|