configuration management - How can I see Puppet-managed file contents that would be created in --noop mode for nonexistent files? -
context:
if there's puppet managed file on system, , puppet wants change contents, tell me differences have made if not --noop
.
however, if file doesn't exist, --noop
output tells me should file
.
question:
is there way configure --noop
mode (or other verbosity/debugging settings) see contents put file, if doesn't exist?
what i've tried:
if run puppet (agent or apply) in --noop
mode, --debug
, --verbose
, lot of information, not info want. perhaps there's way using generated/cached catalog?
i'm not aware of puppet option give you're looking perhaps create empty file , run puppet --noop
on unix can run:
touch /path/to/file
Comments
Post a Comment