[Puppet Users] Send diff in tagmail report ?

2010-10-20 Thread Jan-Frode Myklebust
Is it possible to configure puppet to send a "diff" of old/new files in the tagmail reports when it's changing files ? Or has someone made a solution for creating such a report against the clientbucket ? -jf -- You received this message because you are subscribed to the Google Groups "Puppe

[Puppet Users] RHEL4 / 0.25.4-1 / Failed to retrieve current state of resource: Could not retrieve file metadata for

2010-03-06 Thread Jan-Frode Myklebust
After upgradeing my staging environment to the 0.25.4-1 version from EPEL, I'm getting the following errors from my RHEL4-clients: Sat Mar 06 11:47:29 +0100 2010 //ntpd/File[/etc/ntp/keys] (err): Failed to retrieve current state of resource: Could not retrieve file metadata for puppet:/

Re: [Puppet Users] Re: RHEL4 / 0.25.4-1 / Failed to retrieve current state of resource: Could not retrieve file metadata for

2010-03-07 Thread Jan-Frode Myklebust
On 2010-03-06, janfrode wrote: > > I'm also wondering if this could simply be caused by an overloaded > puppetmaster, as it's only running a single puppetmaster-process... ? > But that doesn't explain why I'm not seeing this problem on the 64-bit > machines... > .. and after setting up apache to

[Puppet Users] realize group before user ?

2010-03-09 Thread Jan-Frode Myklebust
I have this user and group that I need to realize: @user { "policyd": ensure => "present", uid => "103", gid => "103", comment => "Postfix Policy Daemon", home=> "/home/policyd",