Closed st33v closed 10 years ago
I think line 188-194 in manifests/instance.pp should be more like:
service { "jboss-$name": ensure => $service_ensure, enable => $bool_enable, hasrestart => true, hasstatus => true, require => Exec["Clone_Jboss_Instance_$name"] }
because the service should only run after the clone.
I think line 188-194 in manifests/instance.pp should be more like:
because the service should only run after the clone.