Displaying 1 result from an estimated 1 matches for "my_puppet_doc".
2013 Feb 22
6
Finding a manifest full file name (with path) in a function?
I''m trying to create a function that I can call in a manifest like this:
$doc = doc(''apache::service'')
In the function, I want it to actually find the filename for the
''apache::service'' class... from there, I''m going to run some code that will
generate the puppet-doc in text format, and then return it in a variable.
Ultimately this is so