I'm trying to use puppet doc to create a pdf version of my modules.
According to the help file, `puppet doc -m pdf -r configuration` is the
syntax to accomplish this. However, I keep getting this error:
creating pdf
Could not run: wrong number of arguments (1 for 2)
I search elsewhere on the
ng this to work without issue on CentOS 6 or OpenBSD 5.1?
On Monday, July 16, 2012 11:30:25 AM UTC-4, llo...@oreillyauto.com wrote:
>
>
>
> On Monday, July 16, 2012 9:50:54 AM UTC-5, Giovanni Torres wrote:
>>
>> I'm trying to use puppet doc to create a pdf version of
> than Rdoc format? That kind of thing.
>
> Sorry for the downer, and for the confusing nature of the tool!
>
> N
> Puppet Labs docs team
>
> On Friday, July 20, 2012 12:45:05 PM UTC-7, Giovanni Torres wrote:
>>
>> I installed puppetd/puppetmasterd on an O
Lee,
You have some good points. The Rdoc to html conversion is nice. You can
put it on an internal webserver and share with other members of your team.
It is a bit tedious, however, and scraping the params from the classes
would be a great feature.
NIST provides guidelines for RHEL, along w
Hello All!
I was hoping you could help me with the following scenario, which is
replicated in the code below:
$username = 'whatuidwillthisuserget'
user { $username:
ensure => present,
}
$uid = generate('/usr/bin/id', '--user', $username)
notify {'showuid':
message => "The uid for user
On Monday, January 26, 2015 at 4:31:39 PM UTC+2, jcbollinger wrote:
[snip]
> I see three main alternatives:
>
> 1) Use custom facts to determine the chosen UIDs, and accept that it will
> take two runs for your configuration to converge.
>
> 2) Use an Exec resource around a custom script to