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
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
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
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::
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
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
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
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
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
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
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
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
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
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
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
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)
{ "/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 =
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
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
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
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
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
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
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 $
/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...@
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
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
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
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
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
30 matches
Mail list logo