[Puppet Users] node class include vs module include

2011-05-26 Thread Ronen
ase), Is there a reason why class gets compiled after included modules? Is there a better way to solve this? Thanks Ronen -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegrou

[Puppet Users] hiera 1.3.0 breaks puppet standalone

2013-12-11 Thread Ronen
It seems as if latest hiera (1.3.0) breaks puppet standalone, running: puppet apply --modulepath=modules:static-modules manifests/default.pp --hiera_config hiera.yaml Where hiera.yaml is: --- :backends: - yaml :logger: console :hierarchy: - '%{::virtual}' - common :yaml: :datadir: hierada

Re: [Puppet Users] hiera 1.3.0 breaks puppet standalone

2013-12-11 Thread Ronen
e first > > http://projects.puppetlabs.com/issues/23367 > > “Sometimes I think the surest sign that intelligent life exists elsewhere > in the universe is that none of it has tried to contact us.” > Bill Waterson (Calvin & Hobbes) > > ------ > *From

Re: [Puppet Users] hiera 1.3.0 breaks puppet standalone

2013-12-11 Thread Ronen
lsewhere > in the universe is that none of it has tried to contact us.” > Bill Waterson (Calvin & Hobbes) > > -- > *From: *"Ronen" > > *To: *puppet...@googlegroups.com > *Sent: *Wednesday, December 11, 2013 11:38:01 AM > *Subject: *Re:

Re: [Puppet Users] hiera 1.3.0 breaks puppet standalone

2013-12-11 Thread Ronen
: > > Please report results. > > Good luck > > “Sometimes I think the surest sign that intelligent life exists elsewhere > in the universe is that none of it has tried to contact us.” > Bill Waterson (Calvin & Hobbes) > > --

Re: [Puppet Users] Puppet agent problem on Ubuntu

2011-06-21 Thread Ronen Narkis
Hey Im running puppet on Ubuntu On Tue, Jun 21, 2011 at 3:25 PM, John Nicholson wrote: > > I'm in the process of setting up puppet and experiencing some issues. > I'm running Ubuntu 11.04 desktop and server in two seperate VM's. I've > installed puppet master (2.6.4) and puppet (2.6.4). The puppet

Re: [Puppet Users] puppetmaster gets no certificate request

2011-07-02 Thread Ronen Narkis
You need to sign the client certificate first, Did you do all the steps as described under http://projects.puppetlabs.com/projects/1/wiki/Certificates_And_Security(example section) ? Ronen On Sat, Jul 2, 2011 at 1:39 AM, newguy wrote: > Hi guys, > I am very new to puppet and am try

[Puppet Users] A working firewall module

2011-07-10 Thread Ronen Narkis
horewall And didn't manager to get it going, Id be grateful to Any reference to a simple working Redhat/Centos module Ronen -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@google

Re: [Puppet Users] Re: A working firewall module

2011-07-10 Thread Ronen Narkis
Hey Ken, the main issue was that the provider wasn't detecting existing rules but instead kept adding them in, another issue is that the rules aren't persistent (restarting the service clears them out), Alessandro ill check it out thanks! Ronen On Sun, Jul 10, 2011 at 10:38 PM, C

Re: [Puppet Users] Re: A working firewall module

2011-07-11 Thread Ronen Narkis
Just did, Thank you! Ronen On Mon, Jul 11, 2011 at 1:50 AM, Ken Barber wrote: > Hi Ronen, > > Making the rules persistent is a matter of running iptables-save > afterwards. If you drop this in your top scope it should work: > > exec { "persist-firewall": &g

Re: [Puppet Users] Re: A working firewall module

2011-07-11 Thread Ronen Narkis
The only way I was able to make it restart was to use: File["/etc/sysconfig/iptables"] ~> Service[iptables] Ronen On Mon, Jul 11, 2011 at 12:59 PM, Ronen Narkis wrote: > Just did, > > Thank you! > Ronen > > > On Mon, Jul 11, 2011 at 1:50 AM, Ken Barber

Re: [Puppet Users] node class include vs module include

2011-05-26 Thread Ronen Narkis
I would also expect Class["git"] -> Vcsrepo <| |> to work, but it doesn't Ronen On Fri, May 27, 2011 at 12:49 AM, Ronen wrote: > Hey, > > Im trying to use the puppet vcsrepo module, one of the issues I had > with it is that its required to have a vcs i

[Puppet Users] Weird paramterized issue

2011-06-04 Thread Ronen Narkis
er: Error 400 on SERVER: Must pass user to Class[Nodejs] at /etc/puppet/modules/nodejs/manifests/init.pp:1 on node When I touch the site.pp file or restart puppet master all things work again, any idea what Im doing wrong? Thanks Ronen -- You received this message because you are subscribed to the G

Re: [Puppet Users] Pushing changes to nodes

2011-06-05 Thread Ronen Narkis
There is such an option (not ssh based): http://www.puppetlabs.com/mcollective/introduction/ It has a plugin for puppet as well: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/ToolPuppetcommander Ronen On Sun, Jun 5, 2011 at 2:48 PM, Pavel Shevaev wrote: > Hi! >

Re: [Puppet Users] Weird paramterized issue

2011-06-06 Thread Ronen Narkis
Amazing! Iv somehow missed that :) There was another include that missed my eyes (never include within an init.pp above a class) Thank you! Ronen On Sat, Jun 4, 2011 at 11:16 PM, Ken Barber wrote: > Ronen, > > Have you tried grepping through all your content to make sure your no