Displaying 2 results from an estimated 2 matches for "unknown_environ".
2012 Feb 22
1
Handling unique cases
Hello, Everybody!
I need to allow my developers to run a special script on QA servers and
nowhere else. I put this sort of thing in place:
class app-server {
packages: foo:; bar:; baz:;
if $environment == ''qa'' {
file {
''a'':
content => ...
}
}
which feels kinda kludgey to me. Is there a better way to handle unique
cases like this
2013 Apr 12
17
MCollective and Puppet with periodic runs disabled
Hi,
I have looked all over the place and can''t seem to find a complete answer
to my query
I am setting up MCollective to run alongside my puppet deployment and am
having some problems getting it to play as I want it to
Basically, I need to make sure that puppet NEVER makes any changes without
them being triggered by someone (I honestly can''t see how anyone would ever
want