[Puppet Users] Can't create pdf from puppet doc

2012-07-16 Thread Giovanni Torres
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

[Puppet Users] Re: Can't create pdf from puppet doc

2012-07-20 Thread Giovanni Torres
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

[Puppet Users] Re: Can't create pdf from puppet doc

2012-07-20 Thread Giovanni Torres
> 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

[Puppet Users] Re: Documentation Requirements

2012-07-20 Thread Giovanni Torres
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

[Puppet Users] Ordering dependencies and accessing state created earlier *in the same run*

2015-01-23 Thread Giovanni Torres
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

[Puppet Users] Re: Ordering dependencies and accessing state created earlier *in the same run*

2015-01-27 Thread Giovanni Torres
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