Re: [Puppet Users] puppet 2.6.0 vs apache/mod_passenger

2010-08-05 Thread Nicolas Brisac
I've just had a similar issue, although no crash this time. The recent patches provided by Brice have fixed my issues with file serving in 2.6.0 as long as there's only one source/content. However, If multiple contents are defined it will: - Evaluate all templates: The logs on the master

[Puppet Users] variable scoping problems with import

2010-08-05 Thread Alan Barrett
I don't know what I m doing wrong, but I ca't get this to work. I want some nodes to explicitly set a variable $x, and other nodes to get a default value. I want to calculate another variable $y in a different way depending on whether or not $x is set. ## site.pp: node default { $x = x set

Re: [Puppet Users] a basic(?) mount resource

2010-08-05 Thread Rob McBroom
On Aug 4, 2010, at 3:11 PM, Tony G. wrote: If I add `ensure = present`, the entry gets added, but according to the documentation, if the filesystem is currently mounted, it will be unmounted. I don't want Puppet to unmount (or mount) it. I just want it defined in `fstab` so it can be

[Puppet Users] Factor and/or Puppet fails to recognize SLES

2010-08-05 Thread M.F.Haris
hi, i tried to install packages with RUG with puppet 0.24.5 on SLES 11 but it is giving following error; *Failed to retrieve current state of resource: Provider rug is not functional on this platform* while searching for answers I found a Bug report: http://projects.reductivelabs.com/issues/1735

[Puppet Users] Re: Using Tags in Foreman

2010-08-05 Thread CraftyTech
Is anyone using tags with any external nodes tool? Thanks, On Aug 4, 10:11 am, CraftyTech hmmed...@gmail.com wrote: Hello, does anyone know how do I tag systems via foreman? do I just enter a tags value via add parameter? and if that's the case, is it tag or tags essentially I want to

[Puppet Users] Re: Using Tags in Foreman

2010-08-05 Thread CraftyTech
In case anyone was wondering... I answered my own questions... Basically anything you add as a parameter via external node tool (and you're able to see it in your yaml files), you can use as a variable in your classes, erb templates, etc.. On Aug 5, 9:38 am, CraftyTech hmmed...@gmail.com

Re: [Puppet Users] a basic(?) mount resource

2010-08-05 Thread Tony G.
On Thu, Aug 5, 2010 at 7:41 AM, Rob McBroom mailingli...@skurfer.comwrote: On Aug 4, 2010, at 3:11 PM, Tony G. wrote: If I add `ensure = present`, the entry gets added, but according to the documentation, if the filesystem is currently mounted, it will be unmounted. I don't want Puppet

[Puppet Users] Re: ANNOUNCE: Puppet 2.6.0 - Final release!

2010-08-05 Thread Pete Emerson
On Jul 19, 10:23 pm, James Turnbull ja...@puppetlabs.com wrote: The journey was long and arduous and many fell along the way but Puppet Labs is proud to announce the2.6.0release! The2.6.0release is a major feature release and includes a huge variety of new features, fixes, updates and

[Puppet Users] Re: Test if stored config is enabled?

2010-08-05 Thread donavan
On Aug 4, 2:33 am, dom domiji...@googlemail.com wrote: anyone?  anyone?  (bueller?  bueller?) are there internal puppet variables or some such that show puppet state/config that can be interrogated in a manifest?  any other way of telling if storedconfig is enabled? I've never tried, so I

Re: [Puppet Users] Re: ANNOUNCE: Puppet 2.6.0 - Final release!

2010-08-05 Thread Jeff McCune
On Aug 5, 2010, at 12:18 PM, Pete Emerson pemer...@gmail.com wrote: With this release, are all of the training courses you do now based on 2.6.0 and higher, or is that migration still in progress? What does the roadmap look like for making the documentation 2.6.x centric? Our training courses

Re: [Puppet Users] Re: Test if stored config is enabled?

2010-08-05 Thread Ohad Levy
You can: * Check that there is data in your db :) * enable rails debugging in puppet (search the archives here for more info) * Use on of the features which requires storeconfigs ;) Ohad On Thu, Aug 5, 2010 at 10:28 PM, donavan dona...@desinc.net wrote: On Aug 4, 2:33 am, dom

[Puppet Users] Puppet + OpenVZ

2010-08-05 Thread Matthew Cluver
Hi Everyone, I just wanted to shoot a quick post out there,hope everyone is doing well. I've been searching for people sharing this type of code, and it seemed to be lacking so I decided to jump in. I'm working on developing what would be an openly available module for puppet, to allow for the

Re: [Puppet Users] Puppet + OpenVZ

2010-08-05 Thread James Turnbull
Matthew Cluver wrote: I'm working on developing what would be an openly available module for puppet, to allow for the development and manipulation of virtual containers on OpenVZ host nodes. Here it is on google code: http://code.google.com/p/puppet-openvz/ That's very cool Matt - why not

Re: [Puppet Users] Puppet + OpenVZ

2010-08-05 Thread Yushu Yao
Hi Matt, That look really cool. Are you planning make something similar for libvirt host node? I think libvirt and OpenVZ share the same structure. If the libvirt one is done, it can control OpenVZ and other VMMs On Aug 5, 2010, at 9:48 PM, Matthew Cluver wrote: Hi Everyone, I just