puppet agent --test --noop --debug --trace
The above command does not actually carry out any changes - it only simulates what could have happened. Removing the '--noop' switch allows us to actually carry out those changes e.g.:
puppet agent --test --debug --trace
0 comments:
Post a Comment