[Puppet Users] Module for VirtualBox

2009-03-31 Thread Rolfs
Hello! I have searched around on google and github without finding any puppet module for managing VirtualBox installations. I've seen some modules for xen, but none that works out of the box on ubuntu. For what I know, xen need a special build kernel or some kernel modules. Here is my start...

[Puppet Users] Re: Calling a define multiple times....

2009-03-31 Thread Rolfs
Craig Dunn wrote: > OK, heres what I am trying to accomplish and I have a couple of issues > with this > > I have a mysql module, and other modules that require mysql users to be > set up, I thought I had this cracked with the following: Hey! Have you checked out duritong's puppet-mysql mo

[Puppet Users] Re: Module for VirtualBox

2009-04-01 Thread Rolfs
paul matthews wrote: > define vboxvm::vboxinstance > (vboxif=$vboxif,vboxip=$vboxip,vboxname=$vboxname,vboxpath=$vboxpath,domain_name=$domain_name, > dnsserver1=$dnsserver1,gateway=$gateway,netmask=$netmask,macaddress=$macaddress, > memory=$memory, cpu_count=$cpu_count, ) { > > exec { "create-v

[Puppet Users] Re: debugging puppetrun + HTTP 503 error

2009-04-02 Thread Rolfs
chris wrote: > puppetd -d -v --no-daemonize gives: Have you tried to run puppetmaster in front ( -d -v --no-daemonize ) for debugging? How does your /etc/puppet/namespaceauth.conf file look on the client and on the server? Regards Rolf --~--~-~--~~~---~--~~ You

[Puppet Users] Re: Nagios resources create files unreadable by Nagios

2009-04-02 Thread Rolfs
Graham Stratton wrote: > I'm using Puppet 0.24.7 with exported resources to configure Nagios 3 > on Debian Lenny. The problem is that when Puppet creates new files > they have permissions -rw--- , which means that Nagios can't read > them. > > Does anyone else have this setup? I don't have

[Puppet Users] Re: apache2 template

2009-04-02 Thread Rolfs
> anyone have an apache2 virtualhosts template they like and would like > to share? I don't have configured this for my setup yet, but I found this at github: http://github.com/littleidea/puppet-apache2/tree/master Maybe you can use that one and just add a template-part for how your virtualhost

[Puppet Users] Re: Module for VirtualBox

2009-04-02 Thread Rolfs
Presenting my first puppet module for virtualbox: http://github.com/rolfs/puppet-virtualbox/tree/master Regards Rolf Rolfs wrote: > I've been thinking and trying this today. Maybe it is less complicated > to create a template file and install them as /etc/init.d/vbox- > $vbosn

[Puppet Users] Re: debugging puppetrun + HTTP 503 error

2009-04-03 Thread Rolfs
chris wrote: > Sorry, I was wrong -- namespaceauth.conf on the client only had a > [puppetrunner] entry. With the complete list below it works like a > charm. No problem man. I'm just happy to hear it worked out. Regards Rolf --~--~-~--~~~---~--~~ You received t