Re: [Puppet Users] Puppet and Passenger

2012-04-08 Thread Stefan Schlesinger
Hi Jax, On 07.04.2012, at 02:45, Jax01 wrote: > I am attempting to configure Passenger. I have followed all of the > installation instructions but, when I restart my webserver, it does > not start the puppetmaster nor does it throw any errors. So, I am not > even sure where to begin to look. Y

Re: [Puppet Users] Re: Customizing a hostname facts

2012-04-08 Thread John Kennedy
No one should be able to change the hostname through the fact (they can override any fact for a one time occurrance but that is not a pernanent change) As to how you can get a serialnumber fact, we would need to know how you get the serial number from your system to begin with. Then you write the f

Re: [Puppet Users] Re: Customizing a hostname facts

2012-04-08 Thread Mukul Malhotra
Hi, I get the serialnumber from my system through "facter | grep serialnumber" Also this is possible whether puppet picks the serialnumber fact instead of hostname fact from the nodes. Can you provide the serialnumber.rb fact syntax Thanks On Sun, Apr 8, 2012 at 2:32 PM, John Kennedy wrote:

Re: [Puppet Users] Re: Customizing a hostname facts

2012-04-08 Thread Christopher Wood
/usr/lib/ruby/1.8/facter/manufacturer.rb has it on my system. On Sun, Apr 08, 2012 at 06:02:09PM +0530, Mukul Malhotra wrote: >Hi, > >I get the serialnumber from my system through "facter | grep serialnumber" > >Also this is possible whether puppet picks the serialnumber fact instead

Re: [Puppet Users] node-specific resources outside of a general-purpose module

2012-04-08 Thread Jeff McCune
On Sun, Apr 8, 2012 at 2:50 AM, Jonathon Anderson wrote: > So what is that class? What sort of name should it have? By its very > nature, it is either node- or site-specific, right? Thus far, I've used > modules at `/etc/puppet/services` using an `s_` prefix, kind of like what's > described at

[Puppet Users] Deployment to ec2

2012-04-08 Thread Jair Gaxiola
Hi, I am working with vagrant, I havepuppet ready and working. Now, need this virtual machine to deploy on ec2, I tried with vm import but just work for windows. My idea is to use the same manifest on a ubuntu ami, this's possible? How could deployment my vagrant image to ec2? any tips? -- SIN E

Re: [Puppet Users] Getting started

2012-04-08 Thread Andreas Haerter
On 08.04.2012 00:46, Michael Stahnke wrote: >>> Puppet seems way too clumber some with the amount of dependencies >>> required so far. >> >> Seriously: use the packages of your distribution or the YUM/APT repos by >> Puppetlabs if you want to start with all the 2.7 features right now (I >> would re

Re: [Puppet Users] Deployment to ec2

2012-04-08 Thread David Rolston
On Sun, Apr 8, 2012 at 10:34 AM, Jair Gaxiola wrote: > Hi, > > I am working with vagrant, I havepuppet ready and working. Now, need > this virtual machine to deploy on ec2, I tried with vm import but just > work for windows. My idea is to use the same manifest on a ubuntu ami, > this's possible?

Re: [Puppet Users] Re: Customizing a hostname facts

2012-04-08 Thread Mukul Malhotra
hi, But how can i redirect the parameter from hostname to serialnumber so that puppet will pick the serialnumber by default instead of hostname for the updates on the nodes. Thanks On Sun, Apr 8, 2012 at 6:28 PM, Christopher Wood wrote: > /usr/lib/ruby/1.8/facter/manufacturer.rb has it on my

Re: [Puppet Users] Re: define function problem

2012-04-08 Thread sam
On Fri, Apr 6, 2012 at 8:26 PM, jcbollinger wrote: > > > On Apr 6, 1:07 am, sam wrote: >> Hi All, >> >> Hope you people are doing good. >> >> I have a manifest file : >> >> lass profile { > > > That's supposed to be "class" of course.  I guess it's a cut & paste > error. > > Anyway, this class (a