search for: also_subscrib

Displaying 1 result from an estimated 1 matches for "also_subscrib".

Did you mean: also_subscribed
2011 Oct 07
1
how to use optional parameters
...quot; ], } } But let''s say that I want to allow the option of both requiring and subscribing to a second file -- any file -- in addition to httpd.conf. If I were doing this in a procedural language, I''d probably do something naive and create a couple of empty parameters called $also_subscribed and $myfile_path, use a conditional to see if it''s defined, then create the arguments to require and subscribe based on that. I cannot figure out how to get this done in puppet. Any help is appreciated, even a link to an appropriate doc or example. Thanks! -- You received this message...