Re: [Puppet Users] LogStash Book released

2013-10-08 Thread Worker Bee
I have the logstash book, it is excellent! Thank you! Do you have any in-depth Kibana documentation ? Thanks! On Mon, Feb 4, 2013 at 10:56 AM, James Turnbull wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all > > I've just released 'The LogStash Book' (http://www.logstashbook.

Re: [Puppet Users] Re: hiera-gpg, CentOS6 and puppet 3.2.4

2013-09-04 Thread Worker Bee
Ahh, thanks! I will take a look at the gpg setup again. I really appreciarte your help! Maddening! :) On Wed, Sep 4, 2013 at 6:02 AM, Luke Bigum wrote: > On Tuesday, September 3, 2013 10:57:39 PM UTC+1, Worker Bee wrote: > >> Has anyone been able to get this working?

[Puppet Users] hiera-gpg, CentOS6 and puppet 3.2.4

2013-09-03 Thread Worker Bee
Has anyone been able to get this working? For some reason, I am unable to get values decrypted via a puppet run, despite being able to decrpyt via command line I am starting to wonder if there is a bug or something I am missing?? I SO appreciate ANY help! _

Re: [Puppet Users] Hiera and hiera-gpg

2013-09-03 Thread Worker Bee
Ughh; and I spoke too soon for some reason, it is not decrypting when running via puppet run/manifest (I had mistakenly left the unencrypted in the directory and it was failing back to reading the yaml_ Thanks! On Tue, Sep 3, 2013 at 4:03 PM, Worker Bee wrote: > Hi Luke; > >

Re: [Puppet Users] Hiera and hiera-gpg

2013-09-03 Thread Worker Bee
Bigum wrote: > I just started a big reply to your last email and it looks like you've > figured most of it out. At least your not still thinking "manifests" your > problem is in hiera.yaml ;-) > > > On Tuesday, September 3, 2013 5:04:19 PM UTC+1, Worker Bee wrote: &g

Re: [Puppet Users] Hiera and hiera-gpg

2013-09-03 Thread Worker Bee
entioned. But it's no > different in the manifests. > > > On Fri, Aug 30, 2013 at 6:30 AM, Worker Bee wrote: > >> I am looking for some manifest examples, if anyone has any to share! >> >> >> On Fri, Aug 30, 2013 at 7:16 AM, Richard Clark wrote: >> &

Re: [Puppet Users] Hiera and hiera-gpg

2013-09-03 Thread Worker Bee
help! Bee On Tue, Sep 3, 2013 at 11:38 AM, Worker Bee wrote: > Hi Guys; > > I really appreciate your help and apologize for the continued questions... > however, apaprently, I am missing something here. I cannot get this > working. > > I have set hiera-gpg up as per the docs

Re: [Puppet Users] Hiera and hiera-gpg

2013-08-30 Thread Worker Bee
I am looking for some manifest examples, if anyone has any to share! On Fri, Aug 30, 2013 at 7:16 AM, Richard Clark wrote: > On Thu, Aug 29, 2013 at 05:47:41PM -0400, Worker Bee wrote: > > I am having a bit of difficulty implementing hiera-gpg; particularly with > > ac

[Puppet Users] Hiera and hiera-gpg

2013-08-29 Thread Worker Bee
I am having a bit of difficulty implementing hiera-gpg; particularly with accomplishing the deencryption in my manifests. Can anyone either provide a simple example or point me to a good resource? I have searched alot and am still struggling. Any help would be very appreciated! Thanks! Bee --

[Puppet Users] More node definition complexity

2013-08-01 Thread Worker Bee
Hi Everyone; First, thanks for your help! I am trying to create a way to categorize hosts based on both/either/or the name of the host as well as the location of the host. Right now, I have .pp files that categorize the hosts based on the hostname. I have written a custom fact to determine the

[Puppet Users] Node Classifications

2013-07-31 Thread Worker Bee
Hi Everyone, I am struggling a bit with the order of precedence of node classifications. When using .pp files to classify nodes, what happens if a node corresponds to two different manifests. For example, if I have .pp files that select nodes based on hostnames and I have another .pp file that s

Re: [Puppet Users] Puppet modules calling yum or repo's

2013-07-22 Thread Worker Bee
d not the master). > > > On Mon, Jul 22, 2013 at 12:54 PM, Worker Bee wrote: > >> Hi Everyone; >> >> I am sorry if this sounds like a dumb question but, I am trying to >> troubleshoot an issue and want to make sure it is not my ignorance that is >> the i

[Puppet Users] Puppet modules calling yum or repo's

2013-07-22 Thread Worker Bee
Hi Everyone; I am sorry if this sounds like a dumb question but, I am trying to troubleshoot an issue and want to make sure it is not my ignorance that is the issue. When using files from svn or yum repos in manifests, does the puppetmaster check out the files and then push them to the host? So,

Re: [Puppet Users] End of Life Plan for Puppet 2.7.x

2013-07-11 Thread Worker Bee
I just want to verify that I am correct Puppet Agent 3.x is NOT compatible with 2.7 Puppet Masters? I am currently on 2.6 agents and need to upgrade these ASAP but, I do think we can go to 3.0 agents until we upgrade the masters? Thanks Bee On Thu, Jul 11, 2013 at 12:28 PM, Michael Stahnke

[Puppet Users] Automating Change Ticket Creation following module deployment

2013-07-10 Thread Worker Bee
Hi Everyone; This is a way-out there question but, I wanted to see if anyone has any advise to offer. We have an API to our Change Management System. Presently, I have a perl script that creates a record in the change mgmt system but, the script is somewhat manual (ie the use has to execute the

Re: [Puppet Users] Dynamically assign Static IP Addresses

2013-06-25 Thread Worker Bee
st/interface can be gleaned from facts. > > Is this change going to occur on your primary interface though (the > one you are talking to your puppetmaster on), or is it for some kind > of secondary interface? > > On Tue, Jun 25, 2013 at 8:05 PM, Worker Bee wrote: > > I can thin

Re: [Puppet Users] Dynamically assign Static IP Addresses

2013-06-25 Thread Worker Bee
rson (Calvin & Hobbes) > > ---------- > *From: *"Worker Bee" > *To: *puppet-users@googlegroups.com > *Sent: *Tuesday, June 25, 2013 2:06:05 PM > *Subject: *[Puppet Users] Dynamically assign Static IP Addresses > > > Hi Everyone; > > I was wondering if anyone has

Re: [Puppet Users] Dynamically assign Static IP Addresses

2013-06-25 Thread Worker Bee
r, not necessarily with > Puppet > > “Sometimes I think the surest sign that intelligent life exists elsewhere > in the universe is that none of it has tried to contact us.” > Bill Waterson (Calvin & Hobbes) > > ---------- > *From: *"Worker Bee" &

[Puppet Users] Dynamically assign Static IP Addresses

2013-06-25 Thread Worker Bee
Hi Everyone; I was wondering if anyone has created ot knows of a module that can be used to assign static IP addresses to hosts post build. The addresses will be static but, need to be assigned based on MAC address. Essentially, we have a file with a list of hostnames/mac addresses. I need to u

Re: [Puppet Users] PuppetDB 1.3/ HSQLDB vs Postgres

2013-05-28 Thread Worker Bee
backends for > puppetDB. > > Regards, > > Matt. > > > On Sat, May 25, 2013 at 6:09 PM, Worker Bee wrote: > >> Hi everyone; >> >> I was just wondering if anyone has any opinion/information on the pros >> and cons of using the built-in HSQLDB vs Postg

Re: [Puppet Users] PuppetDB

2013-05-28 Thread Worker Bee
Thank you so much for the reply! I posted a thread asking just that question. I was having difficulty finding documentation about pros/cons of using the embedded HSQLDB vs Postgres. Thanks again! Bee On Tue, May 28, 2013 at 4:20 AM, Martijn wrote: > Just to clarify that statement: Postgres

[Puppet Users] PuppetDB 1.3/ HSQLDB vs Postgres

2013-05-25 Thread Worker Bee
Hi everyone; I was just wondering if anyone has any opinion/information on the pros and cons of using the built-in HSQLDB vs Postgres. Thanks! Bee -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receivin

[Puppet Users] Re: PuppetDb Query Help/Problems

2013-05-24 Thread Worker Bee
Actually, I am getting no results.. [ ] I assume this means that facts are not being stored but, I cannot figure out why/how to troubleshoot... Thanks! On Fri, May 24, 2013 at 7:23 PM, Worker Bee wrote: > Hi All; > > I am using the PuppetDD 1.3 docs. I am attempting to run the

[Puppet Users] PuppetDb Query Help/Problems

2013-05-24 Thread Worker Bee
Hi All; I am using the PuppetDD 1.3 docs. I am attempting to run the following query: curl -H 'Accept: application/json' -X GET http://localhost:8080/v2/resources--data-urlencode query@db_look Contents of db_look: ["=", "certname", "puppet-satellite"] However, I get no results with this... I

[Puppet Users] PuppetDB Architecture Questions

2013-05-24 Thread Worker Bee
Hi Everyone; I am having a bit of challenge understanding the PuppetDB 1.3 Architecture. When I installed using the packages in the puppet repo, it was difficult for me to determine where the postgres database was installed but, I found that it was installed in /var/lib/puppetdb. I am a serious

Re: [Puppet Users] PuppetDB

2013-05-24 Thread Worker Bee
alling it > manually, it will help you get postgres and all the other dependencies you > need installed. > > > On Fri, May 24, 2013 at 5:33 PM, Worker Bee wrote: > >> Hi Everyone; >> >> I am sorry to be a pest but, I am very confused here. I just installed >

[Puppet Users] PuppetDB

2013-05-24 Thread Worker Bee
Hi Everyone; I am sorry to be a pest but, I am very confused here. I just installed the latest PuppetDB from the repo packages. However, it does not appear that postgres is installed. I am really lost here... is postgres no longer required? Thanks! Bee -- You received this message because you

[Puppet Users] Puppet agent and env variables

2013-05-08 Thread Worker Bee
Hi Everyone; It appears that in Puppet 3, environment variables are not passed to the agent. Specifically, $HOME is not defined so, if a script attempts to use ~ , this fails becasue $HOME is no longer defined to the agent. This seems to have changed since 2.7. Does anyone have any feedback/adv

Re: [Puppet Users] Mcollective/Puppet Connector

2013-03-05 Thread Worker Bee
Ok, Thanks!!! :) On Tue, Mar 5, 2013 at 5:05 PM, R.I.Pienaar wrote: > > > - Original Message - > > From: "Worker Bee" > > To: puppet-users@googlegroups.com > > Sent: Tuesday, March 5, 2013 10:02:37 PM > > Subject: Re: [Puppet Users] Mcol

Re: [Puppet Users] Mcollective/Puppet Connector

2013-03-05 Thread Worker Bee
Ok, thanks! I also found this... #plugin.puppet.timeout = 20 Will this increase the period of time it waits for execution against the puppetmaster? On Tue, Mar 5, 2013 at 4:51 PM, R.I.Pienaar wrote: > > > - Original Message - > > From: "Worker Bee&qu

Re: [Puppet Users] Mcollective/Puppet Connector

2013-03-05 Thread Worker Bee
: > > > - Original Message - > > From: "Worker Bee" > > To: puppet-users@googlegroups.com > > Sent: Tuesday, March 5, 2013 9:31:10 PM > > Subject: Re: [Puppet Users] Mcollective/Puppet Connector > > > > Ahh... > > > > We do not

Re: [Puppet Users] Mcollective/Puppet Connector

2013-03-05 Thread Worker Bee
particularly slow, but then again, I have other servers that are answering just fine... Thanks SO MUCH! On Tue, Mar 5, 2013 at 4:35 PM, R.I.Pienaar wrote: > > > - Original Message - > > From: "Worker Bee" > > To: puppet-users@googlegroups.com > > Se

Re: [Puppet Users] Mcollective/Puppet Connector

2013-03-05 Thread Worker Bee
Ahh... We do not run the puppet agents as daemons, we just call the agent manually when needed. Is there a way I can increase this timeout? Thanks! On Tue, Mar 5, 2013 at 4:28 PM, R.I.Pienaar wrote: > > > - Original Message - > > From: "Worker Bee&qu

[Puppet Users] Mcollective/Puppet Connector

2013-03-05 Thread Worker Bee
When attempting to execute the mcollective puppet plugin: # mco puppet runonce -v aixl : execution expired aixj : execution expired I get an error, 'execution expired' on some hosts. However, these hosts respond via mc

Re: [Puppet Users] Puppet from the scratch

2013-02-15 Thread Worker Bee
Have you verified that the time on the servers is consistent? On Fri, Feb 15, 2013 at 5:01 AM, F.Calero wrote: > Hi all, > > I'm trying to start with it from the scratch and i'm getting struck at > this point: > > puppetclient01:~ # cat /etc/SuSE-release > SUSE Linux Enterprise Server 11 (x86_

[Puppet Users] Mcollective on FreeBSD Error

2013-02-14 Thread Worker Bee
Hello Guys; Any clue what might be causing this? I am using MCollective on FreeBSD. MCollective::Agent::Puppet: MCollective::DDLValidationError I, [2013-02-14T20:06:07.516501 #9435] INFO -- : mcollectived:31 The Marionette Collective 2.1.1 started logging at info level E, [2013-02-14T20:06:07.

Still getting an error....Re: [Puppet Users] Mcollective/Puppet Plug-In

2013-02-08 Thread Worker Bee
expected 0"} On Fri, Feb 8, 2013 at 2:12 PM, R.I.Pienaar wrote: > > > - Original Message - > > From: "Worker Bee" > > To: puppet-users@googlegroups.com > > Sent: Friday, February 8, 2013 8:06:07 PM > > Subject: Re: [Puppet Users] Mco

Re: [Puppet Users] Mcollective/Puppet Plug-In

2013-02-08 Thread Worker Bee
Thanks! On Fri, Feb 8, 2013 at 2:12 PM, R.I.Pienaar wrote: > > > - Original Message - > > From: "Worker Bee" > > To: puppet-users@googlegroups.com > > Sent: Friday, February 8, 2013 8:06:07 PM > > Subject: Re: [Puppet Users] Mcollective/Puppe

Re: [Puppet Users] Mcollective/Puppet Plug-In

2013-02-08 Thread Worker Bee
, R.I.Pienaar wrote: > > > - Original Message - > > From: "Worker Bee" > > To: puppet-users@googlegroups.com > > Sent: Friday, February 8, 2013 6:27:25 PM > > Subject: [Puppet Users] Mcollective/Puppet Plug-In > > > > Hi Everyone; > > &

[Puppet Users] Mcollective/Puppet Plug-In

2013-02-08 Thread Worker Bee
Hi Everyone; I am stumped. I have installed Mcollective and the puppet plugin on both RHEL and AIX. Everything is working fine on RHEL. However, I keep getting the following error on my AIX boxes. I have verified the configuration, etc On AIX, I do install everything into /opt/puppet. S

Re: [Puppet Users] Re: Mcollective

2013-02-01 Thread Worker Bee
ppetlabs.com/projects/mcollective-plugins/wiki/FactsFacterYAML > > > On Friday, February 1, 2013 12:44:49 PM UTC-8, Worker Bee wrote: >> >> Hi Everyone; >> >> I am just starting with MCollective and I am struggling to find >> information about how to properly configu

[Puppet Users] Mcollective

2013-02-01 Thread Worker Bee
Hi Everyone; I am just starting with MCollective and I am struggling to find information about how to properly configure it. I have it installed but, I cannot seem to get mco facts working.. mco facts does not return the request information. Any help would be greatly appreciated! [root@mydev

Re: [Puppet Users] Puppet Package for FreeBSD

2013-01-18 Thread Worker Bee
Did you try using the Puppet ports available?This is what I used and they work fine. However, I am on 8.2 and 8.3. If you want to create packages to distribute to servers that may not have internet connectivity to do portsnaps, you can install the port on a box and then create packages using t

[Puppet Users] Hiera, AIX, please help :)

2012-12-19 Thread Worker Bee
Hi Everyone; First, is my understanding correct that all boxes with agents >3.0 will need to have hiera installed? I have gotten conflicting answers and I have found different answers in the documentation as well. Can anyone clear this up for me? And, if it is needed.. has anyone gotten it work

[Puppet Users] Getting Started with Hiera

2012-11-15 Thread Worker Bee
Hi Everyone; Can anyone direct me towards documentation on getting started with Hiera? SPecifically, I ma looking for an easy way to verify post-install functionality. I did visit the following page which is is blank... http://docs.puppetlabs.com/hiera/1/puppet.html Any help would be greatly app

[Puppet Users] Re: puppet 3.0.1 Server and passenger

2012-11-06 Thread Worker Bee
Found the answer... https://groups.google.com/forum/#!msg/puppet-users/7T26yDW-Xtk/xro1t8Kr10gJ On Tue, Nov 6, 2012 at 1:50 PM, Worker Bee wrote: > Hi Everyone; > > I am stumped. > I am simply trying to upgrade from puppet 3.0.0 to puppet 3.0.1 master > (rhel6) > > I have

[Puppet Users] Re: puppet 3.0.1 Server and passenger

2012-11-06 Thread Worker Bee
Here is the error that I get displayed to the screen... Error: Could not retrieve catalog from remote server: Error 500 on SERVER: http://www.w3.org/TR/html4/strict.dtd";> Ruby (Rack) application could not be started

[Puppet Users] puppet 3.0.1 Server and passenger

2012-11-06 Thread Worker Bee
Hi Everyone; I am stumped. I am simply trying to upgrade from puppet 3.0.0 to puppet 3.0.1 master (rhel6) I have followed the precise steps I used when I installed 3.0.0 to migrate to Passenger, but for some reason, I know cannot get it running. There are no useful errors in the logs that I can

[Puppet Users] librarian-puppet

2012-10-31 Thread Worker Bee
Unless I install puppet vis gems, I get the following error when attempting to use librarian-puppet. librarian-puppet /usr/lib/ruby/site_ruby/1.8/rubygems.rb:779:in `report_activate_error': Could not find RubyGem puppet (>= 0) (Gem::LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:214:

Re: [Puppet Users] Re: PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-31 Thread Worker Bee
about the dependencies somewhere > so that others don't encounter the same issue? Any suggestions on where we > should put that info? > > Thanks for the feedback! Please let us know if you have any additional > trouble! > > > On Wednesday, October 31, 2012 9:44:31 AM UTC-7

Re: [Puppet Users] /sbin/runscript

2012-10-31 Thread Worker Bee
standard installation. It seems lime the rpm install method will have issues if users decide to add on additional gems in the future. Any advice/insight you have would be greatly appreciated! On Wed, Oct 31, 2012 at 2:39 PM, Worker Bee wrote: > Yes, there is. And, I would be happy to tell you :)

Re: [Puppet Users] /sbin/runscript

2012-10-31 Thread Worker Bee
: > On Wed, Oct 31, 2012 at 11:30 AM, Worker Bee wrote: > >> Hi Everyone; >> >> I am getting an error that /sbin/runscript is needed when trying to >> install puppet-3.1.0 via an rpm'ed gem... does anyone have any idea why I >> need this? >> > > P

[Puppet Users] /sbin/runscript

2012-10-31 Thread Worker Bee
Hi Everyone; I am getting an error that /sbin/runscript is needed when trying to install puppet-3.1.0 via an rpm'ed gem... does anyone have any idea why I need this? thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group

Re: [Puppet Users] Re: PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-31 Thread Worker Bee
ave the same issue did you find a solution or explanation for this >> issue? >> >> On Friday, 12 October 2012 16:04:01 UTC+2, Worker Bee wrote: >>> >>> Hi Everyone; >>> >>> I am getting the following error when I try to install PuppetDB. >>

Re: [Puppet Users] FreeBSD 3.0 Port

2012-10-23 Thread Worker Bee
wrote: > On Tue, Oct 23, 2012 at 11:14 AM, Worker Bee > wrote: > > Hi Everyone; > > > > So, the FreeBSD Port is now available. However, I am a bit confused > about > > hiera. The Makefile does not list rubygem-puppet-hiera as a requirement > for > > the agent.

Re: [Puppet Users] FreeBSD 3.0 Port

2012-10-23 Thread Worker Bee
will have only the agent installed? Thanks! Bee On Wed, Oct 17, 2012 at 11:54 AM, James Turnbull wrote: > Worker Bee wrote: > > Hi Everyone; > > > > Has anyone created a puppet agent 3.0 BSD port? > > > > I would be very grateful to get my hands on it! > >

[Puppet Users] Puppet 3.0 Testing Hiera

2012-10-19 Thread Worker Bee
Hi Everyone; I have not been using hiera with puppet in the past. I am looking for a quick way to test post-install functionality before I deploy to users... can anyone give me any quick tips? thanks! Bee -- You received this message because you are subscribed to the Google Groups "Puppet Us

[Puppet Users] PuppetDB Connection Failures

2012-10-17 Thread Worker Bee
Hi Everyone; I am now getting a puppetdb connection error when I attempt to run #puppet agent --test Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit 'replace facts' command for puppetdev to PuppetDB at puppetdev:8081: Connection refused - connect(2) p

Re: [Puppet Users] Troubleshooting Module issues

2012-10-17 Thread Worker Bee
Thanks for the link! Bee On Wed, Oct 17, 2012 at 2:07 PM, Garrett Honeycutt wrote: > On 10/17/12 7:26 PM, Worker Bee wrote: > > Hi Everyone; > > > > I just stood up a new (open source) 3.0 Puppet Master. > > For some reason, my modules are not getting applied and

[Puppet Users] Puppet DB Schema/Tables

2012-10-17 Thread Worker Bee
I am struggling here a bit can someone please clarify? When installing puppetdb from source, how do I create the tables/schema? I have created puppetdb as instructed in the install docs but, how/when does the schema and tables get created. Thanks! -- You received this message because you a

[Puppet Users] Troubleshooting Module issues

2012-10-17 Thread Worker Bee
Hi Everyone; I just stood up a new (open source) 3.0 Puppet Master. For some reason, my modules are not getting applied and I cannot figure out why. What logs should I be looking at? Any troubleshooting suggestions? Thanks so much! Bee -- You received this message because you are subscribed t

[Puppet Users] FreeBSD 3.0 Port

2012-10-17 Thread Worker Bee
Hi Everyone; Has anyone created a puppet agent 3.0 BSD port? I would be very grateful to get my hands on it! thanks! Bee -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To un

[Puppet Users] Is there a way to use an include statement in puppet.conf

2012-10-15 Thread Worker Bee
Hi Everyone; I was just wondering if it is possible to use 'inlcude' in the puupet.conf file? For example, can I have a file that contains the settings for the maters (ex. master.pp) and then include in the puppet.conf? ex: include 'master.pp' Thanks! -- You received this message because you

[Puppet Users] PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-12 Thread Worker Bee
Hi Everyone; I am getting the following error when I try to install PuppetDB. Maybe I have stale instructions?? Thanks! Bee Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid tag "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/ser

[Puppet Users] PuppetDB Installation Issue

2012-10-11 Thread Worker Bee
I am attempting to install puppetdb using the downloaded module. I have puppet 3.0 with passenger installed. I am getting the following error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource

[Puppet Users] PuppetDB/Hiera post-install verification??

2012-10-11 Thread Worker Bee
Hi Everyone; Can anyone suggest any post installationtests to verify the functionality of both puppetdb (using postgres) and hiera? I am a somewhat nbew user and I am not really sure what a good, quick method is to verify the functionality pst install. If anyone could suggest steps/test cases, th

Re: [Puppet Users] Re: Puppet 3.0, Passenger not starting

2012-10-09 Thread Worker Bee
er. As long as you've > set up passenger correctly and httpd is running, you have a puppetmaster > running. Try triggering a client. > > > On Tuesday, October 9, 2012 12:04:54 PM UTC-7, Worker Bee wrote: >> >> Hello Everyone; >> >> I am somewhat of a

[Puppet Users] Puppet 3.0, Passenger not starting

2012-10-09 Thread Worker Bee
Hello Everyone; I am somewhat of a newbie to puppet... I have installed puppet 3.0 and configured according to the insteuctions for 2.6 I updated the config.ru as instructed for 3.0. However, when I start httpd manually, passenger starts. When I start puppetmaster, it does not start httpd and is

Re: [Puppet Users] 3.0 and Passenger

2012-10-09 Thread Worker Bee
Ok, thanks! On Tue, Oct 9, 2012 at 2:01 PM, Jeff McCune wrote: > On Tue, Oct 9, 2012 at 9:31 AM, Worker Bee wrote: > > Can anyone direct me to documentation for configuring 3.0 to use > > apache/passenger? I cannot seem to fin this for puppet open source. > > The documen

[Puppet Users] 3.0 and Passenger

2012-10-09 Thread Worker Bee
Can anyone direct me to documentation for configuring 3.0 to use apache/passenger? I cannot seem to fin this for puppet open source. Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@goog

Re: [Puppet Users] PuppetDB Installation

2012-10-05 Thread Worker Bee
My bad... just found it! Please disreagrd On Fri, Oct 5, 2012 at 5:45 PM, Worker Bee wrote: > Is it possible to get the srpm for puppetdeb-1.0.0 ? > > Thanks! > > > On Fri, Oct 5, 2012 at 3:34 PM, Deepak Giridharagopal < > dee...@puppetlabs.com> wrote: > >>

Re: [Puppet Users] PuppetDB Installation

2012-10-05 Thread Worker Bee
Is it possible to get the srpm for puppetdeb-1.0.0 ? Thanks! On Fri, Oct 5, 2012 at 3:34 PM, Deepak Giridharagopal wrote: > On Fri, Oct 05, 2012 at 01:21:46PM -0600, Deepak Giridharagopal < > dee...@puppetlabs.com> wrote: > >> On Fri, Oct 05, 2012 at 02:14:41PM -0400, Wor

[Puppet Users] PuppetDB Installation

2012-10-05 Thread Worker Bee
I am attempting to install PuppetDB from source. I am a bit confused however, is lein required? thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this

[Puppet Users] Puppet and AIX

2012-08-28 Thread Worker Bee
Hi Everyone; I am working on installing puppet agents on AIX servers. I downloaded the rpm's from the puppet site: http://projects.puppetlabs.com/projects/1/wiki/PuppetAix However, I am confused about why db-3.1.11 is required. Isn't this a database package? Does anyone know why this is needed

Re: [Puppet Users] Puppet 2.7.18 puppetstoredconfigclean.rb

2012-07-13 Thread Worker Bee
Thank you!! On Fri, Jul 13, 2012 at 1:02 PM, Stefan Schulte < stefan.schu...@taunusstein.net> wrote: > On Fri, Jul 13, 2012 at 12:41:46PM -0400, Worker Bee wrote: > > I downloaded the tar.gz for 2.7.18. > > I noticed that ext/ puppetstoredconfigclean.rb is missing. >

[Puppet Users] Puppet 2.7.18 puppetstoredconfigclean.rb

2012-07-13 Thread Worker Bee
I downloaded the tar.gz for 2.7.18. I noticed that ext/ puppetstoredconfigclean.rb is missing. Can anyone tell me where to get this script? Is it okay to use the script from 2.7.10? Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To p

Re: [Puppet Users] Modules Question

2012-07-03 Thread Worker Bee
yes! that clarified things! I get it now and realize it was a silly question... light bulb is now on! Thank you and have a great weekend! On Tue, Jul 3, 2012 at 12:50 PM, Craig Dunn wrote: > > However, this leaves me puzzled that I may not fully understand the way >> stored configs/modules

Re: [Puppet Users] Modules Question

2012-07-03 Thread Worker Bee
#include sudoers include user::virtual include user::developers include ssh::hostkeys include ssh::knownhosts } Thanks so much for the help! On Tue, Jul 3, 2012 at 12:34 PM, Craig Dunn wrote: > On 03/07/2012 17:28, Worker Bee wrote: > >> When writing modules

[Puppet Users] Modules Question

2012-07-03 Thread Worker Bee
When writing modules, is it required that then entry point be named init.pp? I have written a module and if I try to call the module via nodes.pp from a file named other than init.pp, I get an error that the module cannot be found. If I rename the file to init.pp, it works fine. So, can someone

[Puppet Users] Stored Configs Question

2012-07-03 Thread Worker Bee
Hi Everyone; I have installed and configured stored configs using mysql. But, I am a bit confused about how it works. I was my understanding that only resources prefaced with "@@" would be collected and stored. However, if is run 'select * from resources;', I get everything included in all modul

Re: [Puppet Users] is site.pp a must to have‏

2012-07-03 Thread Worker Bee
I ran into this as well. I found that the puppetmaster will start without a site.pp but, it does not build the catalog and actually apply anything. So, I think that a site.pp file IS required. It can be simple like: import 'nodes.pp' $puppetserver = 'somehost' On Mon, Jul 2, 2012 at 7:00 PM,

[Puppet Users] Puppet Subscribe Metaparameter

2012-06-25 Thread Worker Bee
Hello Everyone; I am just learning puppet and playing around. I was testing the 'subscribe' metaparameter and making changes to the live file on the node, specifically, making modifications the /etc/ssh/sshd_config. What I found out was that puppet does not detect changes to the live file, but,

[Puppet Users] Puppet commands require root access

2012-06-25 Thread Worker Bee
Hi Everyone; Why does running "puppet resource" require root/sudo access? Is it supposed to be this way or do I have a permissions issue? I installed using the gzip files... Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to t

Re: [Puppet Users] Problem with Virtual Resource

2012-06-06 Thread Worker Bee
2.7.9.. On Wed, Jun 6, 2012 at 7:37 PM, Jeff McCune wrote: > On Wed, Jun 6, 2012 at 4:26 PM, Worker Bee wrote: > > Hello Everyone; > > > > I am stuck... > > > > I am testing creating virtual resources and having no luck at all. I am > not > > gett

[Puppet Users] Problem with Virtual Resource

2012-06-06 Thread Worker Bee
Hello Everyone; I am stuck... I am testing creating virtual resources and having no luck at all. I am not getting any errors when I execute puppet agent --test but, the user account is never getting created. I would be so grateful if anyone would be kind enough to offer some advice. (virtual.