Skip to content
Snippets Groups Projects
Verified Commit 67c08a54 authored by anarcat's avatar anarcat
Browse files

give an example of puppet + cumin batch operation

parent 32727459
No related branches found
No related tags found
No related merge requests found
...@@ -362,6 +362,16 @@ argument from Hiera. This is how the transition to a managed ...@@ -362,6 +362,16 @@ argument from Hiera. This is how the transition to a managed
by default and the custom configuration removed from the three by default and the custom configuration removed from the three
test nodes test nodes
8. then Puppet was ran by hand everywhere, using Cumin, with a batch
of 5 hosts at a time:
cumin -o txt -b 5 '*' 'puppet agent -t'
because Puppet returns a non-zero value when changes are made,
this will above when any one host in a batch of 5 will actually
operate a change. You can then examine the output and see if the
change is legitimate or abort the configuration change.
## Debugging things ## Debugging things
When a Puppet manifest is not behaving as it should, the first step is When a Puppet manifest is not behaving as it should, the first step is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment