Displaying 1 result from an estimated 1 matches for "wqsan1fqllqyt5odktpqmguwysylp3ns".
2010 Jun 15
1
"cyclic" dependencies
Hi all,
I would like to reference a resource twice, with different
configurations.
At the moment I do this:
service { "service1":
ensure => running,
enable => true,
require => Exec["some stuff"]
}
exec { "some stuff":
command => "/etc/init.d/service1 stop; do some stuff required for
service1",
unless => "find out if already