[Puppet Users] EC2 with puppet bootstrap notes and scripts

2010-11-07 Thread Christopher McCrory
Hello... I wanted to be able to startup an EC2 instance with one command and have a fully functioning server without having to shell into each new instance and configure the bits to allow puppet to finish the configuration. Here are some notes I came up with for bootstrapping an ec2 instance

[Puppet Users] Trouble creating custom modules

2010-11-07 Thread Otacilio Lacerda
I'm trying to create a new module. When I try to create a module it looks like it is not finding the module. I created a new Type, provider called arquivo. The structure looks like: modules/ ├── arquivo │   ├── lib │   │   └── puppet │   │   ├── provider │   │   │   └── arquivo │   │  

Re: [Puppet Users] Trouble creating custom modules

2010-11-07 Thread Dan Bode
I will be in #puppet or #puppet-dev for the next hour or so (as bodepd), I am more than happy to work through this with you. On Sun, Nov 7, 2010 at 9:55 AM, Otacilio Lacerda otaciliolace...@gmail.comwrote: I'm trying to create a new module. When I try to create a module it looks like it is not

Re: [Puppet Users] Trouble creating custom modules

2010-11-07 Thread Dan Bode
to update, after out chat in IRC. The problem was that pluginsync was not enabled on the client. This is pretty difficult to debug b/c of http://projects.puppetlabs.com/issues/4415. On Sun, Nov 7, 2010 at 9:55 AM, Otacilio Lacerda otaciliolace...@gmail.comwrote: I'm trying to create a new

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

2010-11-07 Thread Nigel Kersten
On Sun, Nov 7, 2010 at 9:52 AM, Christopher McCrory chris...@gmail.comwrote: Hello... I wanted to be able to startup an EC2 instance with one command and have a fully functioning server without having to shell into each new instance and configure the bits to allow puppet to finish the