Hi All,
Using Jenkins to perform CI as well as automated deployment of puppet
modules to our master.
One thing that I am trying to figure out, is what is the best way when
deploying the modules to have puppet not "error" out communication wise if
nodes happen to check in while the deployment i
Hi all,
I am using the sysctl provider from fiddyspence and it is doing a great job
managing my system tuning.
However, one thing that I would like to do is extend the provider to simply
add the ability to insert a comment as part of the values that get written
out so that visually on a system
Hi everyone,
I am working now to introduce the puppet firewall module to our environment.
On the first run, all our rules are deployed on the server with no errors.
However, on subsequent runs, even without changing rules, I get errors like
the following:
The iptables provider can not handle a
Hi Everyone,
I am relativly new to writing puppet modules, and am working to architecht
our puppet implementation. One of the questions I have, is rolling back a
puppet run. What are the best ways to accomplish this.
For instance, if I add a module to manage autofs, apply it to a server,