Re: [Puppet Users] Re: Installing puppet modules

2013-03-16 Thread Ryan Coleman
On Sat, Mar 16, 2013 at 8:07 PM, Mike Power wrote: > I use vagrant. So first I apply on the host machine, then I apply on the > virtual machine. > If you're using Vagrant, have you considered maintaining the modules on your host computer and sharing them into vagrant via shared folders? I do th

[Puppet Users] Convert single quoted string to double quoted for interpolation

2013-03-16 Thread Vlados Vladosov
Please help, how convert single quoted string to double quoted for interpolation: $conf = '${domain}/${hostgroup}yy/${fqdn}zzz/ZendOptimizerPlus.ini' Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this gr

[Puppet Users] Re: Installing puppet modules

2013-03-16 Thread Mike Power
I use vagrant. So first I apply on the host machine, then I apply on the virtual machine. Either solution I use whether master slave or apply I still have not solved the problem of downloading the right modules. On Friday, March 15, 2013 8:31:58 PM UTC-7, Ellison Marks wrote: > > Unless you'

Re: [Puppet Users]

2013-03-16 Thread Justin Stoller
Hi Frank - On Sat, Mar 16, 2013 at 11:03 AM, ureal frank wrote: > Hi, > > I'm trying to setup a Puppet 3.1.1 (master) under NetBSD 6.0.1 > > I've installed Ruby 1.9.3 through pkgin and Puppet with $ gem install > puppet. > > (pkgsrc has a puppet port under sysutils/puppet but is very very > outd

[Puppet Users]

2013-03-16 Thread ureal frank
Hi, I'm trying to setup a Puppet 3.1.1 (master) under NetBSD 6.0.1 I've installed Ruby 1.9.3 through pkgin and Puppet with $ gem install puppet. (pkgsrc has a puppet port under sysutils/puppet but is very very outdated... version 0.25) After generate and configure puppet.conf with $ puppet mast

Re: [Puppet Users] Advice on module organization

2013-03-16 Thread Ryan Coleman
Hi Tom, This definitely seems like a job for parameterized classes. This language feature allows you to define your model while expressing some parameters (data) that your model will use to modify its behavior. In your node definitions, you'd declare parameterized clases like resources. http://do