[Puppet Users] Re: Puppet in SW MO

2012-11-13 Thread Luke Baker
I'm in Columbia so not exactly in the Springfield area but still in MO : ) On Tuesday, November 6, 2012 8:17:56 AM UTC-6, llowder wrote: > > i am currently located in southwest MIssouri. Springfield, MO to be > precise. > > I'd like to get some sort of Puppet user group / meetup going in the area

[Puppet Users] Re: merging iptables rules with puppet

2012-08-15 Thread Luke Baker
By dynamically loading rules do you mean executing iptables or are you editing your iptables-save file and then reloading? On Wednesday, August 15, 2012 1:48:44 PM UTC-5, Geoff Galitz wrote: > > > I'm still a bit noobish with puppet... > > In short what I want to do is merge puppet managed iptab

[Puppet Users] Re: High CPU load / queued passenger requests

2012-07-31 Thread Luke Baker
I ended up restart the mysql database on the storeconfigs server which helped this problem dramatically. But, I'm still open for more tuning options if they're out there : ) On Tuesday, July 31, 2012 8:34:45 AM UTC-5, Luke Baker wrote: > > After restarting our puppetmaster hos

[Puppet Users] High CPU load / queued passenger requests

2012-07-31 Thread Luke Baker
After restarting our puppetmaster host, we are seeing high CPU load and a ton of queued passenger requests. I would suspect that our puppetmaster is falling victim to the thundering herd of puppet agents, but we have deployed most of our agents using a randomized cron job. The others are using

[Puppet Users] Re: Foreman 1.0 released!

2012-07-23 Thread Luke Baker
Congrats on the release, I've been really looking forward to this one : D On Sunday, July 22, 2012 8:02:06 AM UTC-5, ohad wrote: > > Hello, > > I'm very excited and pleased to share the release of Foreman 1.0 > > Since the change log is quite extensive, I would simply refer you to the > change lo

[Puppet Users] Re: Hiera and environments

2012-07-11 Thread Luke Baker
> to your hiera.yaml? > > Do you have multiple hiera.yaml files by any chance? > > On Wednesday, July 11, 2012 3:02:34 PM UTC+2, Luke Baker wrote: >> >> I've defined the sshpackages in common.yaml and RedHat.yaml - they're >> slightly different (I w

[Puppet Users] Re: Hiera and environments

2012-07-11 Thread Luke Baker
> gem list hiera > > *** LOCAL GEMS *** > > hiera (0.3.0) > hiera-puppet (0.3.0) > > I guess you have, otherwise you would get an unknown function error in > your puppetrun. > > > On Tuesday, July 10, 2012 4:46:29 PM UTC+2, Luke Baker wrote: >> >> Hm

[Puppet Users] Re: Hiera and environments

2012-07-10 Thread Luke Baker
still use the CLI by specifying the config file > hiera -c /etc/puppet/hiera.yaml sshpackages environment=development > or just symlink it :) > > On Tuesday, July 10, 2012 3:31:43 PM UTC+2, Luke Baker wrote: >> >> Hey there, >> >> I'm new to hiera and I&#x

[Puppet Users] Hiera and environments

2012-07-10 Thread Luke Baker
Hey there, I'm new to hiera and I' m looking to configure it to use multiple environments. I'm able to query hiera keys from using the hiera CLI, however my clients seem to be having problems identifying the look up variables. *On the puppet master, CLI query* [root@puppet-dev puppet]# hiera

[Puppet Users] Custom provider/types and adding to puppet forge

2012-06-29 Thread Luke Baker
*Note, I'm very green when it comes to ruby development.. I've created a couple of custom providers and types, both of which rely on a particular ruby gem in order to function. How should I go about ensuring the gem dependency on the puppet clients before puppet syncs the plugins (the broken 'requ

[Puppet Users] File checksum

2012-03-06 Thread Luke Baker
I want to to ensure a file, and if the content changes a subscribed exec should fire. file { "/etc/opt/microsoft/scx/ssl/scx-host-$fqdn.pem": checksum => "md5", } exec { "/etc/init.d/scx-cimd restart": subscribe => File["/etc/opt/microsoft/scx/ssl/scx-host-$fqdn.pe

[Puppet Users] Re: Class variables in Dashboard

2011-07-21 Thread Luke Baker
I'm looking for some guidance here as well. We migrated away from flat files to foreman for an ENC a couple of months ago. Since then, I've moved what parameter classes we had to kind of weird mash-ups.. I still set variables with foreman but I've always wondered how ENCs should be with parameter c

[Puppet Users] Variable scoping / best practice

2011-05-12 Thread Luke Baker
Hey there, I have the following class that defines an array: class iptables::hyperion { system_ips [ 'ip', 'ip', 'ip', ... ] } To use this variable in a template, I'm setting it to a 'local' variable in the node definition: node 'mynode' inherits basenode { include iptable

[Puppet Users] Re: rack problems

2011-05-10 Thread Luke Baker
Never mind,I just commented out the 'require rack' in environments.rb. On May 10, 9:51 pm, Luke Baker wrote: > I'm having some issues running rake commands for puppet dashboard. > Here is one of the symptoms (see below). I'm a little new to setting > up rails/r

[Puppet Users] rack problems

2011-05-10 Thread Luke Baker
I'm having some issues running rake commands for puppet dashboard. Here is one of the symptoms (see below). I'm a little new to setting up rails/rack applications, so I may be making a common mistake. It looks like gems are already packaged with dashboard, specifically rack-1.01. Should that gem ju

[Puppet Users] Dashboard authentication

2011-04-14 Thread Luke Baker
Has anyone implemented a kind of authorization framework in front of puppet dashboard? Shibboleth is used extensively in our environment to secure web applications and the like. Are there methods in place to allow dashboard to continue to function (receiving reports, etc) properly with some kind of

[Puppet Users] Re: How to setup database for Inventory Service

2011-04-11 Thread Luke Baker
Hey there, I used the storeconfigs database. Here is a condensed version of the storeconfigs setup, http://linux-collective.blogspot.com/2011/04/puppet-storeconfigs.html. You shouldn't need to migrate anything, the data will be populated when the clients check in. On Apr 11, 10:07 am, Alessandr

[Puppet Users] Re: issues with Inventory service and dashboard

2011-03-20 Thread Luke Baker
9775 > Sent from a mobile device. Please forgive me if this is briefer than usual. > On Mar 19, 2011 5:45 PM, "Luke Baker" wrote:> I've > recently upgraded to puppet-2.6.7rc1 and the latest dashboard to > > try out the new inventory service. However, whenever I

[Puppet Users] issues with Inventory service and dashboard

2011-03-19 Thread Luke Baker
I've recently upgraded to puppet-2.6.7rc1 and the latest dashboard to try out the new inventory service. However, whenever I try to examine inventory data (browse a node on dashboard) mongrel exits with these error, ruby: symbol lookup error: /usr/lib/ruby/gems/1.8/gems/json-1.5.1/ext/ json/ext/js

[Puppet Users] Inventory service and dashboard 1.1.0 rc1

2011-03-17 Thread Luke Baker
I just set up the latest dashboard release candidate in hopes of trying out the new inventory service. After modifying the puppet- dashboard config to use the inventory service and after changing my auth.conf I gave it a whirl but ran into some issues.. I initially tried using fact_terminus = yaml

[Puppet Users] puppet-dashboard installation

2009-12-15 Thread Luke Baker
I’m trying to set up puppet-dashboard but I seem to have run into a roadblock: when executing ‘rake install’ the follow message gets returned.. rake aborted! undefined method `success?' for # If it makes a difference, I’m using an sqlite database. Any assistance would be much appreciated ;) --

[Puppet Users] --fqdn not populating in manifest

2009-08-04 Thread Luke Baker
ven at the command-line (testing with notice ($fqdn)). Though it wasn't set on either, I tried forcing node_name = cert on both the client and the server, but that didn't work either. Any tips? Thanks, Luke Baker --~--~-~--~~~---~--~~ You received this