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

2015-08-04 Thread George Macon
for the ssl subdir) on the agents and the master. As of now, I've never noticed this error when running puppet agent -t, only during natural runs. -- George Macon george.ma...@gmail.com -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from

[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.

[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] 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

[Puppet Users] Custom policy executable

2014-02-17 Thread George Brown
from puppet? If anyone has any examples of policies they have created I would love to see them (this seems to be lacking in the puppet documentation). sudo openssl req -noout -text -in /var/lib/puppet/ssl/ca/requests/mynode.pem | /etc/puppet/autosign.sh; echo $? 0 Many thanks, George

[Puppet Users] Re: Custom policy executable

2014-02-17 Thread George Brown
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 3:20:50 PM UTC+1, George Brown wrote: Hi, I'm trying to create an autosign

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

2013-07-22 Thread George Brown
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 snehamore...@gmail.com wrote: Hi George, You can directly use the fact

[Puppet Users] Perform action when exported resources change

2013-07-18 Thread George Brown
is there a 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 this message

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

2013-05-02 Thread George Brown
/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 possible to issue a custom mount command

[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

[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

[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 have spent the past

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 ste...@uoregon.edu javascript: [...] One gathers you're not really a practicing sysadmin. What you cite are a bunch of good reasons one should avoid running

[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, george -- You received

[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:31 AM UTC-5

[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

[Puppet Users] Re: Overriding variables.

2012-09-24 Thread George Shammas
: owner = root, group = root, mode= 640, content = template(nrpe/load.cfg.erb), notify = Service[nrpe] } } class nrpe::load::override($warn = 'UNSET', $crit = 'UNSET') { } On Monday, September 24, 2012 12:47:31 PM UTC-4, George Shammas wrote: I am

[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

[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 georgepit...@gmail.comwrote: 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] Re: Exported resources and inventory service?

2012-02-06 Thread George Heppner
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 dan...@puppetlabs.com wrote: On Fri, Feb 3, 2012 at 11:38, George ge.hepp...@gmail.com wrote: I'd like to start

[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

[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

[Puppet Users] Re: puppet dashboard

2011-06-14 Thread George Bobeck
On Jun 14, 1:56 pm, Craig White craig.wh...@ttiltd.com 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

[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] 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 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
common::datacenter was assigned to stage main. This seemed to be the cause of the problem because when i changed it the issue stopped happening. This worked on 2.6.2 so I can only assume something changed in 2.6.8. Conceptually the new behavior makes sense I suppose. On Apr 29, 9:31 am, George ge.hepp

[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 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

[Puppet Users] Re: RHEL4 puppet-dashboard 1.0.3

2010-08-06 Thread George Bobeck
On Aug 6, 8:59 am, ScubaDude brett.ma...@googlemail.com 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/