[Puppet Users] I am unable to download puppet 3 above version

2016-07-14 Thread krishna kanth
Any one can provide link for puppet 3 above version Thanks in advance -- 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 puppet-users+unsubscr...@googlegroups.com

[Puppet Users] Composite namevar and self.instances

2016-07-14 Thread Alexander Dacre
Hi, I'm having some difficulties with composite namevars and self.instances. I've included simple example code below (which generates 5 random instances) and the message I am getting. The operating environment is Debian 8.5 and Puppet 3.7.2-4. *Type* Puppet::Type.newtype(:composite_namevar) do

[Puppet Users] Re: Composite namevar and self.instances

2016-07-14 Thread Alexander Dacre
Adding a stack trace. Error: Could not run: Parameter name failed on Composite_namevar[KLGEBFOV:LDCVXNGI]: Munging failed for value "KLGEBFOV:LDCVXNGI" in class name: undefined method `[]' for # /tmp/modules/composite_namevar/lib/puppet/type/composite_namevar.rb:19:in `block (3 levels) in ' /u

[Puppet Users] Re: I am unable to download puppet 3 above version

2016-07-14 Thread Michael Watters
Depending on what you need you can install puppet packages directly from the puppet repos as documented here. https://docs.puppet.com/puppet/4.5/reference/install_linux.html#install-a-release-package-to-enable-puppet-collection-repositories On Thursday, July 14, 2016 at 3:12:51 AM UTC-4, krishn

[Puppet Users] Re: Announcing Puppet Enterprise 2016.2 + New Modules & Integrations

2016-07-14 Thread Murugan N
Hi, I am doing POC of 2016.2 , I have installed and configured 2016.2 master and agent. I am testing hiera configured values during the test escape sequence value is not working Example test.yaml usa::development::dat::mcp::admin: 'MPC/USA/MPC/PROD/admin\ \(local\ account\)''

[Puppet Users] Re: encrypting hiera data?

2016-07-14 Thread Zee Alexander
I'll just add...yes hiera-eyaml is the generally accepted "puppet community" way of encrypting data in hiera. BUT, puppet in general is not ideal for secret storage at this time. E.g. the benefit of hiera eyaml is that people can contribute encrypted values via the public key, to a git repo,