[Puppet Users] Geppetto + Github,com configurations

2015-12-03 Thread Warron French
Hello, I am trying to learn how to write Puppet Modules. I have taken the free training within the PuppetLabs Learning VM (which was very informative, and self-paced) and wanted to use my Windows 7 machine where I have installed Geppetto-4.3.1. I already had (months ago) installed and configu

[Puppet Users] Re: why does the create_resource functio not contain in local scope?

2015-12-03 Thread Haani Niyaz
Thanks for the clarification. I did forget to mention that I tried the ordering of my classes as well: class { 'server_packages': # list of packages server_packages => hiera('server_packages'), enable_repo => 'my-rpms,base', } -> class { 'some_class': # params here }

[Puppet Users] Happy Let's Encrypt day!

2015-12-03 Thread David Danzilio
Let's Encrypt moved to public beta status today; in honor of that here's a Puppet module to install the client and request certificates using a limited subset of the API: https://forge.puppetlabs.com/danzilio/letsencrypt Missing a feature? Doesn't support your operating system? PRs can be made

Re: [Puppet Users] Puppet 101: How to make it go?

2015-12-03 Thread Garrett Guillotte
John, is there a reason you're going with Puppet 3 over Puppet 4? They're both open source, both compatible with EL 6, and Puppet 4 has the OS X 10.10 support you'll need. -Garrett On Wednesday, December 2, 2015 at 7:55:17 AM UTC-8, John Oliver wrote: > > Thanks, Morgan! No, I had not thought

Re: [Puppet Users] "signalling" inside a puppet provider?

2015-12-03 Thread Branan Riley
On Tue, Dec 1, 2015 at 7:48 AM Peter Berghold wrote: > Given the following pattern in a puppet manifest: > > file{ 'some/file/foo': > content => 'blah blah blah', > notify => Exec['talkaboutfoo'] > } > exec { 'talkaboutfoo': > cmd => "some/command/some/where", > subscribe =>

[Puppet Users] Announce: puppet-agent 1.3.2 available

2015-12-03 Thread Eric Sorenson
Puppet Agent 1.3.2 is now available. This is a follow-up release to Monday's 1.3.1 release which includes a fix to the root CA bundle included in the package. In puppet-agent 1.3.0 and 1.3.1, the included bundle of CA certificates was smaller than the system bundles used in puppet-agent 1.2.7 a

Re: [Puppet Users] Re: Unit testing reference modules and best practices

2015-12-03 Thread Garrett Honeycutt
On 12/2/15 6:33 PM, Haani Niyaz wrote: > Hi Ben, > > I am also looking for some reference material to better illustrate how > to use rsepc puppet, a best practices of sorts to my team. Were you > successful in finding some examples? > > On Friday, 11 July 2014 10:29:32 UTC+10, Ben Sullivan wrote:

Re: [Puppet Users] Puppet agent (Puppet 4) taking too long to apply the catalog

2015-12-03 Thread Lauro Silveira
Thank you, Aurelien! These options(--noop --evaltrace --summarize) helped me a lot. The problem was a directory that had "recurse => true" by mistake and a subfolder tmp was growing too fast. Lauro Em terça-feira, 1 de dezembro de 2015 15:01:31 UTC-2, Aurélien Degrémont escreveu: > > Hello >

[Puppet Users] Couldn't sent report to puppet master : State.yaml corrupted

2015-12-03 Thread Jean-Marie Magnier
Hi, On some AIX server I receive error message during communication processus during first synchronisation and then puppet will not synchronsize. Console message : *err: Could not send report: Error 400 on SERVER: Could not intern from yaml: syntax error on line 6279, col 14: `!binary ? "

[Puppet Users] Re: pe_r10k: Unable to determine current branches

2015-12-03 Thread dcroonen
Found why the first run succeeded, because I used our old username/password method for cloning the git. It went wrong from the moment I tried to use ssh keys. Some additional info (r10k.yaml): --- cachedir: /var/cache/r10k sources: mymodules: basedir: /etc/puppetlabs/puppet/environments

[Puppet Users] pe_r10k: Unable to determine current branches

2015-12-03 Thread dcroonen
Hi all Just installed a fresh pe master. While running pe_r10k for the second time I got the following error: r10k deploy environment -p -v debug2 [2015-12-03 13:41:10 - DEBUG1] Testing to see if feature pe_license is available. [2015-12-03 13:41:10 - DEBUG2] Attempting to load library 'pe_lic