Re: [Puppet Users] puppetlabs-firewall scope

2013-11-30 Thread jgmchan
Hi Louis, Did you ever find a workaround for this problem? I'm experiencing the same thing, where the existing rules are not all purged at once so it causes the other resources to time out. This can last for up to 10 minutes so it can cause some problems. Jeff On Sunday, December 9, 2012 7:2

[Puppet Users] Providing hiera with module data

2013-11-30 Thread Steven Jonthen
Hi guys, I don't know how to solve this: I want ".yaml"-files in each module's "/data"-directory. These .yaml-files should contain data, which Hiera sould pass to the module's manifests. How can I do that? I'm using Puppet 3.3.1 Thanks in advance! -- You received this message because you are

Re: [Puppet Users] Providing hiera with module data

2013-11-30 Thread Dan White
Start here: http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#data-in-modules Which leads you here: https://github.com/puppetlabs/armatures/blob/master/arm-9.data_in_modules/index.md On Nov 30, 2013, at 9:42 AM, Steven Jonthen wrote: > Hi guys, > > I don't know how to solve thi

[Puppet Users] Re: Providing hiera with module data

2013-11-30 Thread Steven Jonthen
That doesn't help me :(. The page says: Can I set top level scope parameters using data in modules? No. Not yet at least. Isn't there a simple way to solve this problem? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from th

[Puppet Users] Re: Providing hiera with module data

2013-11-30 Thread Steven Jonthen
Hiera-2? I can't find any information on the puppet-website about Hiera-2? What do you mean with Hiera-2? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to pup

Re: [Puppet Users] Re: Unable to specify hierarchy for data-in-modules

2013-11-30 Thread Steven Jonthen
Hi MM, Can you tell me how you succeeded in using hiera-data, which is stored in the individual module-directories? thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send

[Puppet Users] install puppet modules behind a proxy

2013-11-30 Thread Arvind P R
Hi I installed puppet on centos for the first time yesterday. the default installation via YUM didnt install any modules i am using apache and mysql for the webserver and database. my question is there no way to install the modules if i am behind a proxy? [root@puppet ~]# puppet --version 3.3.2

[Puppet Users] Re: puppet module search using an HTTP proxy

2013-11-30 Thread Stephen Wallace
Maybe something as simple as using httpS? The puppet module face requires https when downloading I believe. Try 'export https_proxy=my.proxy.com' I hope this helps. Stephen -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from

[Puppet Users] Re: Providing hiera with module data

2013-11-30 Thread Steven Jonthen
Hi, I have this problem: Hiera only looks inside "data/common.yaml"-file, which is in my module-directory. When i put other data into another yaml file "data/example.yaml", then Puppet doesn't find that data. What's the cause for this problem? -- You received this message because you are sub