[Puppet Users] Re: strange line wrapping behavior

2015-11-18 Thread tobias . koeck
> Have you tried omitting the '\'? As far as I know, Puppet has no > requirement that array literals be expressed all on one line, and newlines > are permitted as part of the optional whitespace between elements. > It will work without the "\". I was just wondering why because I haven't

[Puppet Users] Re: strange line wrapping behavior

2015-11-18 Thread tobias . koeck
> Have you tried omitting the '\'? As far as I know, Puppet has no > requirement that array literals be expressed all on one line, and newlines > are permitted as part of the optional whitespace between elements. > It will work without the "\". I was just wondering why because I haven't

Re: [Puppet Users] Puppet/Facter custom fact on windows misbahaving

2015-11-18 Thread Peter Huene
On Wed, Nov 18, 2015 at 1:54 AM, Fredrik Nilsson wrote: > Hi folks, > > So I have an interesting behaviour of a custom fact I'm trying to deploy > to our windows boxes using Puppet. I'm not certain wether this is a bug or > if I'm doing the fact all wrong. I've been going

Re: [Puppet Users] Re: strange line wrapping behavior

2015-11-18 Thread Peter Huene
On Wed, Nov 18, 2015 at 8:42 AM, wrote: > > Have you tried omitting the '\'? As far as I know, Puppet has no >> requirement that array literals be expressed all on one line, and newlines >> are permitted as part of the optional whitespace between elements. >> > It will

Re: [Puppet Users] Puppet Module spec testing

2015-11-18 Thread Walid
Hi Ilja, Any reason you went with test-kitchen as opposed to beaker? i am trying to find a comparision between the two and where one fits better? as i am going to work with Ansible too i see that learning one tool that would work both in Ansible, and Puppet is a plus, however i am interested to

[Puppet Users] mcollective reload-agents unreliable?

2015-11-18 Thread Lorcan Hamill
Is reload-agents known to be unreliable, if mcollective has lost its STOMP connection? Let me explain...: When I run "/etc/init.d/mcollective reload-agents", it sends a USR1 signal to mcollectived to cause it to reload its agents. Usually, this works fine. But if I do this when the

Re: [Puppet Users] mcollective reload-agents unreliable?

2015-11-18 Thread R.I.Pienaar
- Original Message - > From: "Lorcan Hamill" > To: "puppet-users" > Sent: Wednesday, November 18, 2015 7:02:31 PM > Subject: [Puppet Users] mcollective reload-agents unreliable? > Is reload-agents known to be unreliable, if

[Puppet Users] hiera-eyaml not decrypting on puppet agent runs - but works from CL

2015-11-18 Thread raycharlesistheman
Hi - Hoping that someone can provide a direction to get this working, I've exhausted my own attempts. I am simply following the hiera complete example from puppetlabs and shimming in eyaml as a backend. While I am able to get my encrypted hiera datastore to decrypt from the command line

[Puppet Users] Puppet/Facter custom fact on windows misbahaving

2015-11-18 Thread Fredrik Nilsson
Hi folks, So I have an interesting behaviour of a custom fact I'm trying to deploy to our windows boxes using Puppet. I'm not certain wether this is a bug or if I'm doing the fact all wrong. I've been going over the fact it self a few times to make certain that it works as intended, and it

[Puppet Users] Re: strange line wrapping behavior

2015-11-18 Thread jcbollinger
On Tuesday, November 17, 2015 at 10:08:34 AM UTC-6, tobias...@gmail.com wrote: > > Hi, > > I got a file resource > > file {'/usr/java/jboss-as/server/somesoftware/deploy/jontram-ds.xml': > ensure => file, > owner => 'root', > group => 'root', > mode=> '0655', >

Re: [Puppet Users] Beaker and mock services

2015-11-18 Thread Alex Harvey
Hi all What if we added a feature to the Puppet Labs spec helper rake tasks allowing us to selectively merge in modified versions of some files to the fixtures directory, rather than currently only supporting symlinking in entire directories? I want to use a modified version of one file

Re: [Puppet Users] "Server configurations require Augeas >= 1.0.0" on Ubuntu 14.04 LTS puppetmaster

2015-11-18 Thread TimR
I am attempting to provision an Ubuntu 12.04.5 VBox basebox with Vagrant and puppet I'm seeing the same problem as above Error: Server configurations require Augeas >= 1.0.0 I can't figure out how to load the correct version of Augeas I tried to add the ppa and update the version, but its not

Re: [Puppet Users] Puppet/Facter custom fact on windows misbahaving

2015-11-18 Thread Fredrik Nilsson
That is actually one path me and the puppet master have been discussing to walk down. Either renaming my custom fact to something else then the now present fact, to see what's happening. Or to remove the present "issue" fact from the module to see if it persists or so to say clean out any

Re: [Puppet Users] hiera-eyaml not decrypting on puppet agent runs - but works from CL

2015-11-18 Thread raycharlesistheman
Hi and thanks for taking a look- Yes, the gem is installed, actually 2x, I saw in a post on the github site for hiera-eyaml. /opt/puppetlabs/puppet/bin/gem install hiera-eyaml /opt/puppetlabs/server/bin/puppetserver gem install hiera-eyaml the result for list is that it appears for both..

Re: [Puppet Users] strange line wrapping behavior

2015-11-18 Thread Henrik Lindberg
On 2015-17-11 8:08, tobias.ko...@gmail.com wrote: Hi, I got a file resource file {'/usr/java/jboss-as/server/somesoftware/deploy/jontram-ds.xml': ensure => file, owner => 'root', group => 'root', mode=> '0655', content =>

Re: [Puppet Users] hiera-eyaml not decrypting on puppet agent runs - but works from CL

2015-11-18 Thread Dirk Heinrichs
Am 18.11.2015 um 20:45 schrieb raycharlesistheman: > Hoping that someone can provide a direction to get this working, I've > exhausted my own attempts. > I am simply following the hiera complete example from puppetlabs and > shimming in eyaml as a backend. > > While I am able to get my encrypted

Re: [Puppet Users] hiera-eyaml not decrypting on puppet agent runs - but works from CL

2015-11-18 Thread Angel L. Mateo
Does the user running puppet has permisissions for the certificate files? El 19/11/15 a las 00:19, raycharlesistheman escribió: Hi and thanks for taking a look- Yes, the gem is installed, actually 2x, I saw in a post on the github site for hiera-eyaml. |/opt/puppetlabs/puppet/bin/gem

Re: [Puppet Users] hiera-eyaml not decrypting on puppet agent runs - but works from CL

2015-11-18 Thread Julian Meier
Hi I'm wondering if the gem hiera-eyaml is installed? Are you using puppet server? puppetserver gem list puppetserver gem install hiera-eyaml Julian > On 18 Nov 2015, at 20:45, raycharlesistheman > wrote: > > > > Hi - > > > Hoping that someone can provide a

[Puppet Users] Announce: Puppet-Agent 1.3.0

2015-11-18 Thread Josh Cooper
Puppet Agent 1.3.0 is now available. This is a feature release of the all-in-one agent, which bundles up Ruby, Puppet, Facter, and other components into a single package. Notable changes in this release: * Puppet 4.3.0 - adds an experimental puppet lookup system for module data, support for new