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
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
- 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