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 'dire
0, 2013 2:17:32 PM UTC-7, 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 a
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:
500 Internal Server Err
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",
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 => '/tm