Re: [Puppet Users] Installing and configuring puppetmaster-passenger

2012-07-14 Thread kalani samarawickrema
This is my puppetmaster configuration file. # Based on http://projects.puppetlabs.com/projects/1/wiki/Using_Passenger Listen 8140 VirtualHost *:8140 ServerName ct-vospuppet SSLEngine on SSLProtocol -ALL +SSLv3 +TLSv1 SSLCipherSuite

Re: [Puppet Users] Re: Anyway to get the $name or $title of the resource being called?

2012-07-14 Thread Erik Dalén
On 14 July 2012 01:22, Nick Fagerlund nick.fagerl...@puppetlabs.com wrote: You may be doing something weird, because $name and $title inside a defined type definition should definitely still refer to the instance's title. In fact, I just tested it to be sure: define my_file ($message) {

Re: [Puppet Users] Using catalog inventory/Puppet::Resource::Catalog?

2012-07-14 Thread Nick Cammorato
I'm going to try this again and hope I forgot to hit submit rather than having a message to the list pending for approval. I want a list of classes contained in the puppet catalog that's been applied to the node, not management classes. At least in mco 2.0.0 with minimal configuration, an mco

[Puppet Users] Re: State of Puppet 3.0 and our commitment to quality

2012-07-14 Thread David
Hi Mike- Thanks for your announcement. Can you say a bit about where the hiera distribution fits into this? It is a little fuzzy to me during the 2.7/3.x transition which version/packages the community is supposed to use with 2.7.x in the meantime. The gem version (0.30)?, the one off HEAD in

Re: [Puppet Users] Using catalog inventory/Puppet::Resource::Catalog?

2012-07-14 Thread R.I.Pienaar
- Original Message - From: Nick Cammorato nick_cammor...@terc.edu To: puppet-users@googlegroups.com Sent: Saturday, July 14, 2012 3:04:48 PM Subject: Re: [Puppet Users] Using catalog inventory/Puppet::Resource::Catalog? I'm going to try this again and hope I forgot to hit submit

Re: [Puppet Users] Using catalog inventory/Puppet::Resource::Catalog?

2012-07-14 Thread Nick Cammorato
Sorry, I should've clarified. I was hoping to use the management classes for something other than puppet classes(more abstract things like nagios hostgroups, some of which share names with classes). If I can't reliably populate the facts with class information though, I might not have a

Re: [Puppet Users] Using catalog inventory/Puppet::Resource::Catalog?

2012-07-14 Thread R.I.Pienaar
- Original Message - From: Nick Cammorato nick_cammor...@terc.edu To: puppet-users@googlegroups.com Sent: Saturday, July 14, 2012 5:02:29 PM Subject: Re: [Puppet Users] Using catalog inventory/Puppet::Resource::Catalog? Sorry, I should've clarified. I was hoping to use the

Re: [Puppet Users] Using catalog inventory/Puppet::Resource::Catalog?

2012-07-14 Thread Nick Cammorato
That would actually be nice for other reasons, but I think I can whip something up to do that on my own if I need it. After giving it a bit of thought, I realized this is yet another thing where I can do exactly what I'd like to do but just not quite exactly the way I'd like to do it. This

Re: [Puppet Users] Using catalog inventory/Puppet::Resource::Catalog?

2012-07-14 Thread R.I.Pienaar
On 14 Jul 2012, at 18:36, Nick Cammorato nick_cammor...@terc.edu wrote: That would actually be nice for other reasons, but I think I can whip something up to do that on my own if I need it. After giving it a bit of thought, I realized this is yet another thing where I can do exactly what

[Puppet Users] RHEL group management with AD

2012-07-14 Thread Eugene Vilensky
Greetings, My question is about using Puppet to manage RHEL6 users' local group memberships when the users are served from AD using Winbind. I have RHEL6 x86_64 machines joined to a Windows 2003-level domain using Winbind with Kerberos for auth. To add a user-type to a local group, it appears

[Puppet Users] Re: [Puppet-dev] Re: Announce: Puppet Dashboard 1.2.10 Available

2012-07-14 Thread Moses Mendoza
An additional note on this second release: The fix for the packaging issues encountered in the initial release of Puppet Dashboard 1.2.10 was provided by the contributions of Boyan Tabakov. The related commits are: a8a97dc Fixed linking of database.yml in debian postinst to use absolute path.

[Puppet Users] Re: Anyway to get the $name or $title of the resource being called?

2012-07-14 Thread loki77
Thanks Nick - it turned out that it was an issue on my end which was exacerbated by a misunderstanding of the log message and then misreading some online posts.  Everything is working fine now.  Thanks! On Jul 13, 4:22 pm, Nick Fagerlund nick.fagerl...@puppetlabs.com wrote: You may be doing

[Puppet Users] Re: Anyway to get the $name or $title of the resource being called?

2012-07-14 Thread loki77
Nick actually was right - but I then ran into exactly what you're saying Erik :) I fixed it by using a defined resource in place of the plain file statement, basically how Nick was saying, and it worked great. Thanks for your help guys! On Jul 14, 1:09 am, Erik Dalén erik.gustav.da...@gmail.com

[Puppet Users] execute a command if a package isn't installed, then install the package

2012-07-14 Thread loki77
Hi, I'm trying to install the 'unbound' dns resolver in ubuntu via puppet and I'm running into some issues. The issue isn't that the package doesn't install, but rather that apt automatically starts the daemon - and when the daemon starts, it updates resolv.conf in a way that breaks DNS. There's

Re: [Puppet Users] execute a command if a package isn't installed, then install the package

2012-07-14 Thread Peter Bukowinski
On Jul 14, 2012, at 5:19 PM, loki77 lok...@gmail.com wrote: Hi, I'm trying to install the 'unbound' dns resolver in ubuntu via puppet and I'm running into some issues. The issue isn't that the package doesn't install, but rather that apt automatically starts the daemon - and when the daemon

[Puppet Users] Puppet on Reddit

2012-07-14 Thread R. Tyler Croy
I figured I'd take to time to remind you guys of the r/puppet subreddit: http://www.reddit.com/r/puppet I'm hoping to see it grow more in the lead-up to PuppetConf, mostly because I want to see some interesting blog posts and such before September ;) Cheers - R. Tyler Croy

[Puppet Users] Re: RHEL group management with AD

2012-07-14 Thread Eugene Vilensky
On Jul 14, 2012, at 1:40 PM, Eugene Vilensky evilen...@gmail.com wrote: Have there been any known work arounds? (I think I'm hitting issue 1583: http://projects.puppetlabs.com/issues/1583) I should note unlike issue 1583, winbind enum groups is set to on in my configuration. -- You

[Puppet Users] How to take away install privilege from users other than puppet?

2012-07-14 Thread Ganesh Kumar
Hi Guys, I am trying to configure to my client machine, I want prevent user don't do installation, All installation done through puppet only, How to do it, Guide me... -Ganesh. Did I learn something today? If not, I wasted it. -- You received this message because you are subscribed to the