[Puppet Users] Re: Announce: Puppet Dashboard 1.2.2 Available

2011-10-21 Thread Steve Snodgrass
or as part of your release process. Thanks. On Oct 20, 5:06 pm, Michael Stahnke wrote: > On Thu, Oct 20, 2011 at 9:46 AM, Steve Snodgrass wrote: > > Is this going to make it into the yum repo?  Thanks. > > What is "this" in this context?   Dashboard 1.2.2 is avail

[Puppet Users] Re: Announce: Puppet Dashboard 1.2.2 Available

2011-10-20 Thread Steve Snodgrass
Is this going to make it into the yum repo? Thanks. On Oct 10, 2:33 pm, Michael Stahnke wrote: > This is a maintenance release of Puppet Dashboard 1.2.2. > > This release is available for download > at:http://downloads.puppetlabs.com/dashboard/ > > We have included Debian and RPM packages as we

[Puppet Users] Re: passing parameters to templates

2011-10-18 Thread Steve Snodgrass
To be a little more explicit about what Nan said, if you use a parameterized class, any parameters you passed into the class will also be available in the template. The same things goes for a define. On Oct 17, 5:58 pm, Matt Zagrabelny wrote: > Hi, > > Is it possible to pass parameters to use in

[Puppet Users] Re: Puppet on Centos 6.0

2011-10-18 Thread Steve Snodgrass
I've been working on building the Fedora 15 rails 3 RPMs for EL6. I'd be interested in doing that for EPEL, I'll have to look into how to become a maintainer. On Oct 17, 4:05 pm, Todd Zullinger wrote: > robert.morti...@gmail.com wrote: > > I am having no joy installing Puppet Server with MySQL s

[Puppet Users] Re: per host/node ssl key cert info

2011-10-05 Thread Steve Snodgrass
Hi Matt, How to accomplish what you describe is going to be highly dependent on the site's security policy, since you are dealing with sensitive information. I didn't want to put this info in the main git repo that controls my puppet masters, since it is available to lots of people. What I ended

[Puppet Users] Puppet 2.7 allows dash in variable names: bug or feature?

2011-10-05 Thread Steve Snodgrass
While testing puppet 2.7, I found that one of my manifests broke because of the following quoted string: "http://$yumserver/repos/vmware-$esxversion-rhel6-64"; Everything in the resulting string after "vmware-" was blank. After some experiments I found that puppet 2.7 allows dashes in variable n

[Puppet Users] Re: Deprecation notice: must now include '$' in prototype

2011-10-05 Thread Steve Snodgrass
You just need to include a $ in front of those parameter variables: define config_file($owner = named, $group = named, ... On Oct 5, 12:19 pm, "liam.j.bennett" wrote: > Can some explain to me how to fix the following warning: > > warning: Deprecation notice: must now include '$' in prototype > >

[Puppet Users] Re: Community Package Repos for Puppet Labs products

2011-09-28 Thread Steve Snodgrass
So I've just started testing these repos and I ran into problems. First, many of the EL6 RPMs are not signed, so they fail to install with my standard yum config. In the EL6 products repo, for example, only 3 of 12 RPMs are signed. The other issue is that the new puppet dashboard 1.2.1 package is

[Puppet Users] Re: Community Package Repos for Puppet Labs products

2011-09-28 Thread Steve Snodgrass
Michael, thanks very much for these packages, they are quite helpful. Curious question - is there any coordination with tmz to push these packages into EPEL? On Sep 12, 5:36 pm, Michael Stahnke wrote: > I've had a vision of having packages for Puppet, Dashboard, > mcollective, facter, et al, avai

[Puppet Users] Lost sunglasses at PuppetConf

2011-09-25 Thread Steve Snodgrass
Hi folks, sorry about this unusual email but I wasn't sure where else to send this. I just attended PuppetConf 2011 in Portland. On the last day near the end of the conference, I found a pair of sunglasses in the main auditorium. I stowed them in my backpack intending to find out if there was a

[Puppet Users] Re: Root User

2011-09-24 Thread Steve Snodgrass
Peter, are you using run stages? Your cyclical reference is probably related to the fact that every single file resource that installs a root-owned file has an implicit dependency on the root user. If you've got any root-owned files installed by stages that happen before the stage where you decla

[Puppet Users] Re: Templating question:

2011-09-24 Thread Steve Snodgrass
Peter, I'm not sure about your specific question but there is a much easier way of doing what you are trying to do. <%= hosts.join(',') %> That will replace your entire example template. :) On Sep 24, 2:33 pm, Peter Berghold wrote: > I thought I read in some documentation somewhere that for ar

[Puppet Users] Re: dynamically edit node definition

2011-09-18 Thread Steve Snodgrass
Sav, Maybe I'm confused about what you are trying to do, but why not just do "import nodes/*" from site.pp instead of using find commands? The only catch is that if you add or remove a node, you have to do a "touch" command on site.pp to get puppet to re-read the import statement and pick up the