[Puppet Users] Puppet with Fuse

2013-12-11 Thread F. Y.
Hi folks, I'm running into an issue where a home grown fuse module is mounting a file structure, and it works the first time. But on the second run, Puppet complains: Warning: /Stage[main]/Test/File[/home/myhome/dir1/dir2/dir3/dir4]: Could not stat; permission denied Error: Could not set

[Puppet Users] Re: Puppet nodes unable to send report to Puppet Master running under Passenger

2013-09-24 Thread F. Y.
, F. Y. wrote: Hello all, I recently switched to running puppet master using Passenger. However, I am seeing agents unable to send reports after a bunch of 'master' processes starting to accumulate and eat all the RAM and swap space. Error: Could not send report: Error 500 on SERVER

[Puppet Users] Puppet nodes unable to send report to Puppet Master running under Passenger

2013-09-20 Thread F. Y.
Hello all, I recently switched to running puppet master using Passenger. However, I am seeing agents unable to send reports after a bunch of 'master' processes starting to accumulate and eat all the RAM and swap space. Error: Could not send report: Error 500 on SERVER: !DOCTYPE HTML PUBLIC

[Puppet Users] Can't remove a physical_volume from a volume_group

2013-08-14 Thread F. Y.
Hello, I have this bit of code that tries to remove a physical volume from the VG (which consists of /dev/sda5 amd /dev/sdb1): volume_group { system: ensure = absent, physical_volumes = /dev/sdb1,

[Puppet Users] Can't find $HOME when executing a command on Ubuntu

2013-06-23 Thread F. Y.
Hello Puppet Users, I am running into a weird issue when trying to execute an installer on Ubuntu 10.04/12.04 machines. I am using Puppet 3.2.1, and 3.2.2 respectively from Puppet Labs repo. This is the sample code: class installpackage { file { 'MyInstallerFile': path =