[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] How run a first command

2012-02-17 Thread Jair Gaxiola
apt-get -y update' } } Thanks a lot On Fri, Feb 17, 2012 at 3:54 AM, ruslan usifov wrote: > > > 2012/2/17 Jair Gaxiola >> >> Hi, >> >> I try exec my first command apt-get update, after install other >> packages but run first apt-get install

Re: [Puppet Users] Re: Could not set present on ensure: Read-only file system

2012-02-17 Thread Jair Gaxiola
Is work with run apt-get update first. Thanks a lot. On Fri, Feb 17, 2012 at 7:55 AM, jcbollinger wrote: > > > On Feb 16, 2:14 pm, Jair Gaxiola wrote: >> On Thu, Feb 16, 2012 at 1:28 PM, Denmat wrote: >> > Hi, >> >> > Is it a read only file system? >

[Puppet Users] How run a first command

2012-02-17 Thread Jair Gaxiola
Hi, I try exec my first command apt-get update, after install other packages but run first apt-get install and not apt-get update Exec { path => "/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin", } exec { 'apt-get -y update': command => '/usr/bin/apt-get -y update', } package { "build-essen

Re: [Puppet Users] Could not set present on ensure: Read-only file system

2012-02-16 Thread Jair Gaxiola
On Thu, Feb 16, 2012 at 1:28 PM, Denmat wrote: > Hi, > > Is it a read only file system? > > change from > purged to present failed: Could not set 'present on ensure: Read-only > file system - /tmp/puppet20120216-1063-18q7lsz-0 at > /tmp/vagrant-puppet/manifests/vagrant.pp:15 I have of file system

[Puppet Users] Could not set present on ensure: Read-only file system

2012-02-16 Thread Jair Gaxiola
Hi, I try install python-psycopg2 with other packages, when run apt-get -y update returns the errors: err: /Stage[main]/Etc/Package[build-essential]/ensure: change from purged to present failed: Could not set 'present on ensure: Read-only file system - /tmp/puppet20120216-1063-18q7lsz-0 at /tmp/v