Re: [Puppet Users] EC2 with puppet bootstrap notes and scripts

2010-11-08 Thread Mathias Gug
untu AMI is used. The puppet master isn't using auto-signing as S3 is used to store legitimate puppet clients. -- Mathias Gug Ubuntu Developer http://www.ubuntu.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To

Re: [Puppet Users] Re: Passenger Problems

2010-10-26 Thread Mathias Gug
a puppet master running under apache2 and passenger. No further configuration is required. -- Mathias Gug Ubuntu Developer http://www.ubuntu.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet

Re: [Puppet Users] First boot with Puppet

2010-10-14 Thread Mathias Gug
Another option is to set the certname option in puppet.conf when installing with kickstart. The certname option defaults to the hostname - however it can be set in puppet.conf: [main] certname=YOUR_UNIQUE_CERTNAME -- Mathias Gug Ubuntu Developer http://www.ubuntu.com -- You received this

Re: [Puppet Users] Setup 2.6 + apache, passenger

2010-09-08 Thread Mathias Gug
thing is in place, restart apache and open up a web browser > to test whether everything is working: https://puppet:8140 > I'd recommend to also remove all ports from /etc/apache2/ports.conf and disable the default site - so that apache2 *only* listens on port 8140 for puppet. -

Re: [Puppet Users] Setup 2.6 + apache, passenger

2010-09-08 Thread Mathias Gug
://projects.reductivelabs.com/projects/puppet/wiki/Using_Passenger > You may wanna give a try to the puppetmaster-passenger package available in Ubuntu Maverick and Debian experimental. The package will automatically setup everything for you. -- Mathias Gug Ubuntu Developer http://www.ubuntu.c

Re: [Puppet Users] Puppet + APT, I am lost...

2010-08-31 Thread Mathias Gug
do an update before /every/ package > install. Once at the start of a Puppet-run, /IF/ one or more packages > need to be installed, would suffice. > You may run into a chicken-egg problem. Packages that are configured as "ensure => latest" can only be upgraded by puppet

Re: [Puppet Users] auth failure under unicorn with 2.6.1rc2

2010-08-26 Thread Mathias Gug
you may wanna look at the puppetmaster-passenger package. Installing this package will automatically setup puppetmaster to run under apache2 + mod_ssl + mod_passenger. apache2 ssl configuration is automatically done by the package itself. -- Mathias Gug Ubuntu Developer http://www.ubuntu.com --

Re: [Puppet Users] Initial puppet instance configuring a client to look elsewhere?

2010-06-04 Thread Mathias Gug
or "puppet" as a shortname (which it > does by default), Why not use DNS views? In each of your data center puppet resolves to the local puppetmaster. -- Mathias Gug Ubuntu Developer http://www.ubuntu.com -- You received this message because you are subscribed to the Google Gr

Re: [Puppet Users] Cannot make autosign works

2010-05-13 Thread Mathias Gug
cing a hard time to make autosign feature work. You may wanna have a look at the blog series [1] I wrote about using Ubuntu images in EC2. I've outlined an architecture to not use auto signing on the puppetmaster. [1]: http://ubuntumathiaz.wordpress.com/2010/03/25/using-puppet-in-uecec2-automat