[Puppet Users] Using before=> in a definition...

2009-11-03 Thread Douglas Garstang
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) {

[Puppet Users] Using before=> in a definition...

2009-11-03 Thread Douglas Garstang
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) {