search for: create_jboss_inst

Displaying 1 result from an estimated 1 matches for "create_jboss_inst".

2009 Nov 04
2
Using before=> in a definition...
I hope I haven''t dug myself into a corner here... How can I make sure that /some/file.xml is created BEFORE the jboss-tfel0 service is started? I can''t use before => in the file{} in the jboss class because it doesn''t exist there. define create_jboss_inst($inst, $version, $naming_port) { .... service { "jboss-$inst": require => [ Package["jboss-server"], Package["jboss-server-$inst"] ], ensure => running, enable => true, hasrestart =>...