[Puppet Users] Continuous Integration Questions for Modules

2013-11-19 Thread gilbertc777
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 is

[Puppet Users] custom provider question

2013-08-02 Thread gilbertc777
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

[Puppet Users] Puppet firewall module only works on first clean run on a machine

2012-11-20 Thread gilbertc777
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

[Puppet Users] Built in rollback features

2012-07-05 Thread gilbertc777
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,