Displaying 1 result from an estimated 1 matches for "bedangerous".
2007 Jun 21
3
Noop and "dangerous" classes
Hello all,
I''m thinking about a configuration class that, amongst other things
execs out to a ''dangerous'' configuration script. I''d like to make this
a noop by default, so the operator has to try a bit harder to invoke it.
So I thought about doing something like:
class blah {
exec { danger:
noop => true,
tag => hitme,
command