[Puppet Users] Re: puppet variables

2009-07-10 Thread Allan Marcus
Thank you for your suggestion. No, I haven't tried. I also haven't trying banging on my keyboard until I produce Shakespeare. I was hoping to get an informed answer from the knowledgeable people on this list before I wasted my time. Also, trial and error will not let me know if there are an

[Puppet Users] Re: puppet variables

2009-07-09 Thread Scott Smith
Allan Marcus wrote: > What variables are available in a module. What variables are available in a Puppet manifest. > Are facts allowed in the puppet.conf file? Have you tried? -scott --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Puppet Users] Re: puppet variables

2009-07-09 Thread Allan Marcus
What variables are available in a module. Say for example $name is the name of the module, right? What is this kind of variable called - a metadata variable? Is there a list of such variables? Are facts allowed in the puppet.conf file? Are there preset variables for the puppet .conf file? A

[Puppet Users] Re: puppet variables

2009-07-09 Thread Roy Nielsen
Hello, So - it looks like the variables in /etc/puppet/puppet.conf are also available? Adding facts isn't too bad :) Regards, -Roy Bjørn Dyresen wrote: > > On Jul 9, 2009, at 9:20 PM, David Schmitt wrote: > >> >> Roy Nielsen wrote: >>> Hello, >>> >>> Is there a list of variables somewhere t

[Puppet Users] Re: puppet variables

2009-07-09 Thread Felix Schäfer
Am 09.07.2009 um 21:20 schrieb David Schmitt: > most available variables are defined by facter, which you can run on > the > commandline to see which vars have what values. Not completely, as IIRc puppet brings a few facts of its own that facter won't show when run on its own on the CLI. R

[Puppet Users] Re: puppet variables

2009-07-09 Thread Bjørn Dyresen
On Jul 9, 2009, at 9:20 PM, David Schmitt wrote: > > Roy Nielsen wrote: >> Hello, >> >> Is there a list of variables somewhere that are available to >> puppet? I >> know a few are: >> >> $environment >> $name >> $modulepath >> $server > > most available variables are defined by facter, which y

[Puppet Users] Re: puppet variables

2009-07-09 Thread David Schmitt
Roy Nielsen wrote: > Hello, > > Is there a list of variables somewhere that are available to puppet? I > know a few are: > > $environment > $name > $modulepath > $server most available variables are defined by facter, which you can run on the commandline to see which vars have what values.