Re: [Puppet Users] Ordering agent runs

2015-10-06 Thread Martin Alfke
On 06 Oct 2015, at 11:39, rjl wrote: > Hi All, > I have an odd requirement to contend with. We have puppet clients that have > peers. While a catalog is being executed on one client, its peer must not > execute its catalog until the other is complete. Each client has only

Re: [Puppet Users] Ordering agent runs

2015-10-06 Thread Rick Lindal
Thanks for the link Martin. We are using open source. On Tue, Oct 6, 2015 at 1:03 PM, Martin Alfke wrote: > > On 06 Oct 2015, at 11:39, rjl wrote: > > > Hi All, > > I have an odd requirement to contend with. We have puppet clients that > have peers. While

[Puppet Users] Ordering agent runs

2015-10-06 Thread rjl
Hi All, I have an odd requirement to contend with. We have puppet clients that have peers. While a catalog is being executed on one client, its peer must not execute its catalog until the other is complete. Each client has only one peer. Has anyone done something similar? I have not yet been

Re: [Puppet Users] ANNOUNCE: puppet-retrospec -- automate your unit test creation and other cool stuff

2015-10-06 Thread Henrik Lindberg
On 2015-05-10 17:53, Corey Osman wrote: I'll be at the contributor summit and conference on thursday-friday. Whats the best way to get a hold of you? I will be at the contributor summit as well. I am the "tall Swedish dude" :-) and you can ping me as @hel on twitter, but it should not be

Re: [Puppet Users] Is there a more elegant way of declaring this variable and its value?

2015-10-06 Thread Fabien Delpierre
Ah, I see. That's a bigger deal than just a few lines of duplicated code in Hiera. We are looking at upgrading our server but we'll approach this much more carefully. Thanks for the insight! On Tuesday, October 6, 2015 at 2:53:53 PM UTC-4, Henrik Lindberg wrote: > > On 2015-06-10 6:03, Fabien

Re: [Puppet Users] Is there a more elegant way of declaring this variable and its value?

2015-10-06 Thread Henrik Lindberg
On 2015-06-10 6:03, Fabien Delpierre wrote: Interesting, thank you. How would I know if I'm using parser=future? Our agents are Puppet v3.4.3. And I'm guessing parser=future is relative to the version you're currently using so I might not have access to the feature anyway. The setting

Re: [Puppet Users] Is there a more elegant way of declaring this variable and its value?

2015-10-06 Thread Fabien Delpierre
That looks like what I need, I will test it all later. Thanks João and Andreas! On Tuesday, October 6, 2015 at 8:29:16 PM UTC-4, Andreas Ntaflos wrote: > > On 2015-10-05 17:51, Fabien Delpierre wrote: > > Hey folks, > > I have something like this in a manifest: > > > > class foo( > >

Re: [Puppet Users] Is there a more elegant way of declaring this variable and its value?

2015-10-06 Thread Andreas Ntaflos
On 2015-10-05 17:51, Fabien Delpierre wrote: > Hey folks, > I have something like this in a manifest: > > class foo( > $python_pips = { > pbr => { ensure => '1.3.0', install_args => ['-I'] }, > linecache2 => { ensure => '1.0.0', install_args => ['-I'] }, > elasticsearch => {

Re: [Puppet Users] Is there a more elegant way of declaring this variable and its value?

2015-10-06 Thread Joao Morais
On 05/10/15 19:48, Henrik Lindberg wrote: On 2015-05-10 8:51, Fabien Delpierre wrote: foo::python_pips: "pbr": ensure: 1.3.0 install_args: ['-I'] proxy: 'http://proxy.example.com:3128; "linecache2": ensure: 1.0.0 install_args: ['-I'] proxy:

Re: [Puppet Users] Multi environment and multi system

2015-10-06 Thread Joao Morais
On 05/10/15 21:22, Garrett Honeycutt wrote: On 10/2/15 8:08 PM, Joao Morais wrote: How to manage a Puppet Server with multi-environment and multi-system? Hi Joao, What do you mean by base configuration and system configuration? Hi Garrett. Base configuration is common manifests and

Re: [Puppet Users] Multi environment and multi system

2015-10-06 Thread Joao Morais
On 06/10/15 07:25, Joao Morais wrote: On 05/10/15 21:22, Garrett Honeycutt wrote: On 10/2/15 8:08 PM, Joao Morais wrote: How to manage a Puppet Server with multi-environment and multi-system? Hi Joao, What do you mean by base configuration and system configuration? Hi Garrett. Base

[Puppet Users] Re: Warning: Unable to fetch my node definition, but the agent run will continue:

2015-10-06 Thread jcbollinger
On Monday, October 5, 2015 at 9:45:34 AM UTC-5, Dale Bradman wrote: > > Hi Szerémi, > > I am new to Puppet. Could you explain this a little more please? > > I have my Puppet master and the node I am trying to run 'puppet agent > --test' on however I am seeing the same error as Shawn. > > To

[Puppet Users] err: Failed to apply catalog: Parameter source failed on File[...]: Cannot use URLs of type 's001ap38-test' as source for fileserving at /etc/puppet/modules/httpd/manifests/init.pp:12

2015-10-06 Thread Wei Chen
Hi all, As I run following command: puppet agent --server s001ap38-test --no-daemonize --verbose --onetime I got error as follow: ... err: Failed to apply catalog: Parameter source failed on File[/etc/httpd/conf.d/s001is35-test.conf]: Cannot use URLs of type 's001ap38-test' as source for

Re: [Puppet Users] Is there a more elegant way of declaring this variable and its value?

2015-10-06 Thread Fabien Delpierre
Interesting, thank you. How would I know if I'm using parser=future? Our agents are Puppet v3.4.3. And I'm guessing parser=future is relative to the version you're currently using so I might not have access to the feature anyway. On Mon, Oct 5, 2015 at 6:48 PM, Henrik Lindberg <

[Puppet Users] Problems with Puppet Keystone_user[admin] `[]' for nil:NilClass

2015-10-06 Thread Lance Reed
I am stuck trying to get Openstack Keystone to install via puppet. Maybe someone has seen this before and can shed some light on the problem as I have searched google and have also tried a large number of Admin related puppet options. I am getting this output: Notice: