[Puppet Users] Re: suitability for puppet with read-only file system

2009-01-29 Thread Larry Ludwig
> Thanks for the info on memory requirements.  I shouldn't run into > problems as they have 512MB (less 64MB for the video card). > If using 32 bit (I assume based upon memory usage) you may be able to even have puppet as a daemon. -L --~--~-~--~~~---~--~~ You

[Puppet Users] Re: suitability for puppet with read-only file system

2009-01-29 Thread Alex Kavanagh
Hi Ohad On Jan 29, 11:22 am, Ohad Levy wrote: > I would run puppet from a script (or cron) and just do something like: > > mount -o remount,rw / > puppetd -o /etc/puppet/puppet.conf -o . > mount -o remount,ro / I could do that, but that would mean constantly remounting the filesystem. If p

[Puppet Users] Re: suitability for puppet with read-only file system

2009-01-29 Thread Ohad Levy
I would run puppet from a script (or cron) and just do something like: mount -o remount,rw / puppetd -o /etc/puppet/puppet.conf -o . mount -o remount,ro / another small point, in my embedded playground, ruby/puppet needs at least 32mb system to run, if you want to run it as a daemon you need