[Puppet Users] Puppet (0.24.4) mounts cifs filesystems on Linux twice!

2010-09-06 Thread ere
I know this version of puppet is ancient, but I don't have the opportunity to replace it as of now. The problem is that the mount resources appears to be mounted twice on the host in test, but the qass host is ok. Test and Qass is very similar, both are RHEL 5.5 with the same errata installed and

[Puppet Users] Re: RHEL 5.1 + Puppet 0.24.7, iptables not stopping

2009-01-22 Thread ere
On 22 Jan, 15:01, Thomas Bellman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > ere wrote: > > | As you can see I first start crond and iptables, then execute puppet, > | and finally check the result. > | Crond stops, but not iptables even if that is what I

[Puppet Users] RHEL 5.1 + Puppet 0.24.7, iptables not stopping

2009-01-22 Thread ere
- RHEL 5.1 - Puppet 0.24.7 - Puppetmaster and client on the same host This is all puppet-code for node "mynode" : node 'mynode' { service { iptables: ensure => stopped, } service { crond: ensure => stopped, } } [r...@mynode]# serv