[Puppet Users] Exported resources and inventory service?

2012-02-03 Thread George
I'd like to start using exported resources, so I see I need to turn on stored configurations. I'm already running the inventory service, and it looks like there is a certain degree of overlap between what the inventory db is storing and what stored configs is storing - at least as far as host facts

[Puppet Users] Could not autoload inventory_active_record: uninitialized constant ActiveRecord

2011-04-30 Thread George
Trying to set up the inventory service on puppet 2.6.8, pretty sure I've met all the dependencies but puppetmaster logs Could not autoload inventory_active_record: uninitialized constant ActiveRecord When clients attempt to connect. local gems: *** LOCAL GEMS *** abstract (1.0.0) actionmailer

[Puppet Users] intermittent "Could not look up qualified variable" on puppet master server, client fails to retrieve catalog after 2.6.8 upgrade

2011-04-30 Thread George
After upgrading my puppet master to 2.6.8 from 2.6.2, I intermittently get things like: puppet-master[29789]: (Scope(Class[Auth::Kerberos_ldap])) Could not look up qualified variable 'common::datacenter::ldap::ldapservers'; class common::datacenter::ldap has not been evaluated puppet-master[29789

[Puppet Users] Re: intermittent "Could not look up qualified variable" on puppet master server, client fails to retrieve catalog after 2.6.8 upgrade

2011-04-30 Thread George
new behavior makes sense I suppose. On Apr 29, 9:31 am, George wrote: > After upgrading my puppet master to 2.6.8 from 2.6.2, I intermittently > get things like: > > puppet-master[29789]: (Scope(Class[Auth::Kerberos_ldap])) Could not > look up qualified variable 'common::datacenter::

[Puppet Users] Re: Could not autoload inventory_active_record: uninitialized constant ActiveRecord

2011-05-04 Thread George
Turned out the problem was multiple ruby versions. I tried to install Rails 3, which in turn tried to install Activerecord 3, which required ruby 1.8.7 which I installed. I cleaned up ruby-1.8.7, installed Rails 2.3.4 and its associated components, and now this works. On Apr 29, 9:11 pm, George

[Puppet Users] New to Puppet -- why the puppet user

2012-11-26 Thread george
I'm looking at Puppet as a configuration manager solution, and I was wondering Why is there a puppet user and group? I realize the obvious answer is that Puppet won't run w/o it, but I don't understand why it just wasn't set up with root access. thanks in advance, geor

Re: [Puppet Users] New to Puppet -- why the puppet user

2012-11-30 Thread george
All answers helped a lot. Thanks, George On Tuesday, November 27, 2012 8:06:00 AM UTC-7, thbe wrote: > > 2012/11/27 Steven VanDevender > > >> [...] >> One gathers you're not really a practicing sysadmin. What you cite are >> a bunch of good reasons o

[Puppet Users] Re: Exported resources and inventory service?

2012-02-06 Thread George Heppner
just dump the facts stuff out of the inventory db and bootstrap the stored configs database with it so I don't have the pain of initial population. On Feb 3, 11:42 am, Daniel Pittman wrote: > On Fri, Feb 3, 2012 at 11:38, George wrote: > > I'd like to start usingexportedresou

[Puppet Users] glassfish application deployment fails

2012-02-17 Thread george pitich
i'm trying to install and deploy glassfish application using puppet in a master agent mode. i'm able to download files from the master and unzip them, configure etc ... the last two steps are to start the glassfish service and deploy war file. i haven't been able to deploy the war file so far as p

[Puppet Users] Re: glassfish application deployment fails

2012-02-17 Thread george pitich
turned out to be an invalid glassfish domain.xml file. please ignore. On Thu, Feb 16, 2012 at 11:54 PM, george pitich wrote: > i'm trying to install and deploy glassfish application using puppet in > a master agent mode. i'm able to download files from the master and > unzip

[Puppet Users] deployment from SVN to production using puppet .. .. tips to start off with puppet

2011-12-23 Thread Agnello George
Hi I am completely new to puppet , let me introduce my self introduce my self i am a system admin / perl webdeveloper working for webportal company , we have a enviroment where we need to deploy our build from local svn to re remote QA environment in datacenter then apply the same to BETA

[Puppet Users] Re: RHEL4 puppet-dashboard 1.0.3

2010-08-06 Thread George Bobeck
On Aug 6, 8:59 am, ScubaDude wrote: > Has anyone got dashborad-1.03 working on RHEL 4? > >   I'm struggling to find the ruby / rubygem RPMs for RHEL4... > > Thanks While not exactly the newest versions, I was getting my Ruby RPMs from http://rubyworks.rubyforge.org/redhat/ -- You received thi

[Puppet Users] "Could not retrieve catalog from remote server" messages

2010-11-15 Thread George Bobeck
Ever since I've upgraded from 2.6.0 to 2.6.2 I've been randomly getting the following reports from my clients: Sun Nov 14 16:13:35 -0600 2010 Puppet (err): Could not retrieve catalog from remote server: end of file reached Sun Nov 14 16:13:35 -0600 2010 Puppet (notice): Using cached catalog Sun No

[Puppet Users] rrdgraph report error

2010-12-22 Thread George Bobeck
I've been trying to enable rrdgraph reports as detailed in the documentation. So far, this seems to be problematic. Here are the entries (sanitized) from messages.log: Dec 22 14:24:17 foovpuppet puppet-agent[14051]: Caching catalog for foovpuppet.example.com Dec 22 14:24:17 foovpuppet puppet-age

[Puppet Users] Re: puppet dashboard

2011-06-14 Thread George Bobeck
On Jun 14, 1:56 pm, Craig White wrote: > I am using Ubuntu 10.04 and ruby-enterprise (not ubuntu ruby) and installed > puppet via gem. > > How can I install puppet-dashboard if I don't see a gem available and if I > use the ubuntu package, i get the whole slop of ruby packages sucked in > (whic

[Puppet Users] Overriding variables.

2012-09-24 Thread George Shammas
I am trying to override variables in a class that is defined in the default node profile. I want parent class to be included in every single node, but override its variables in others. I have tried it several different ways now, and every single time the variables either become unset (undefined)

[Puppet Users] Re: Overriding variables.

2012-09-24 Thread George Shammas
{ "/etc/nagios/command.d/load.cfg": owner => root, group => root, mode=> 640, content => template("nrpe/load.cfg.erb"), notify => Service[nrpe] } } class nrpe::load::override($warn = 'UNSET', $crit =

[Puppet Users] Re: Overriding variables.

2012-09-25 Thread George Shammas
Hi John, Thanks for the response. They variables are only used in the template, as the NRPE daemon is manged by flat files. I will do some research into hiera. --George On Tuesday, September 25, 2012 11:28:31 AM UTC-4, jcbollinger wrote: > > > > On Monday, September 24, 2012 11:47

[Puppet Users] Hiera error in Puppet: undefined method `empty?'

2013-04-22 Thread John George
Hello, I have spent the past several days unsuccessfully trying to get hiera-gpg to work. Can anyone help me understand what I am doing wrong? I am using Puppet Enterprise 2.7.2 (as a proof of concept). Right now, I just have a simple class where I look up a password and display it. I intend t

[Puppet Users] Hiera error in Puppet: undefined method `empty?'

2013-04-22 Thread John George
Hello, I have spent the past several days unsuccessfully trying to get hiera-gpg to work. Can anyone help me understand what I am doing wrong? I am using Puppet Enterprise 2.7.2 (as a proof of concept). Right now, I just have a simple class where I look up a password and display it. I intend t

[Puppet Users] Re: Hiera error in Puppet: undefined method `empty?'

2013-04-22 Thread John George
I just figured out the error. The keyring had the wrong ownership permissions! I guess writing out the problem can help figure out the issue. Hope this will help someone else save time and effort. On Monday, April 22, 2013 1:53:26 PM UTC-7, John George wrote: > > Hello, > > I ha

[Puppet Users] Re: IBM gpfs file system and mount resource

2013-05-02 Thread George Brown
labs.com/guides/complete_resource_example.html I'd be interested to know how you get on as this is likely something I will be doing in the near future myself. George On Wednesday, May 1, 2013 9:56:50 PM UTC+2, rjl wrote: > > Hi all, > I wonder if anyone know whether or not it is possib

[Puppet Users] Perform action when exported resources change

2013-07-18 Thread George Brown
easy way to export this rather than having an exec perform /bin/hostname? 2) When the resource is updated is their a way to show only the updated contents? Please let me know if I'm going the wrong way and if there's a better way to do this Many thanks George -- You received th

Re: [Puppet Users] Re: Perform action when exported resources change

2013-07-22 Thread George Brown
o run though nodes01-79 also). Unfortunately I have to run the above commands as it appears GPFS does not perform this config through plain text files. Many thanks, George George Brown On 19 July 2013 20:35, Sneha More wrote: > Hi George, > You can directly use the fact hostname as $

[Puppet Users] Custom policy executable

2014-02-17 Thread George Brown
/ca/requests/mynode.pem | /etc/puppet/autosign.sh; echo $? 0 Many thanks, George -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@

[Puppet Users] Re: Custom policy executable

2014-02-17 Thread George Brown
em" | grep "challengePassword" | awk -F ":" '{print$2}') if [[ "$CUSTOM_ATTR" == "foo" ]] then exit 0 else exit 1 fi I'd still be interested to see what others are doing with policy based auto signing though. On Monday, February 17, 2014

[Puppet Users] Is there any documentation or examples of how exec-once exec-always work

2014-10-11 Thread George Katsanos
I'd like to start using exec-once exec-always to setup my system automatically and take advantage of these features.. But I haven't been able to find any examples of cases in what's used.. I guess for stuff like npm packages, apache modules etc, the config.yaml is enough? Also does anyone know

[Puppet Users] Re: Issues with RHEL7

2014-12-19 Thread George Ivanov
Good to answer your own question :) Confirm it worked for me too. Thanks! On Friday, June 13, 2014 9:51:21 PM UTC+3, Arkandel wrote: > > Answering my own question. :) > > libselinux-ruby seems to not be distributed with libselinux. However it's > found in the server-optional channel. > > subscrip

[Puppet Users] Failed to apply catalog: no 'environments' in ... error

2015-08-04 Thread George Macon
er] environmentpath=$confdir/environments environment_timeout=unlimited always_cache_features=true In attempting to fix the issue, I've cleaned the /var/lib/puppet directories (except for the ssl subdir) on the agents and the master. As of now, I've never noticed this error when running

[Puppet Users] RDO/Havana Firewall dilema

2014-03-13 Thread Allan St. George II
I'm in need of some edification... Puppet agent run are failing with the following: LevelResourcemessageerrPuppetCould not prefetch firewall provider 'iptables': Invalid address from IPAddr.new: FA:16:3E:C2:1C:0Derr/Firewall[001 nova compute incoming]Could not evaluate: Invalid address from IPA