search for: myfile_path

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

Did you mean: file_path
2011 Oct 07
1
how to use optional parameters
...et''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 because you are su...