example42 / puppet-jboss

Jboss Puppet Module
http://www.example42.com
Other
15 stars 25 forks source link

How to restart jboss after update specific file (standalone.xml) #36

Open seirem opened 9 years ago

seirem commented 9 years ago

Hello,

After update standalone.xml the jboss crash, He need restart service to resolve a problem,

How to restart service manually with this module ?

alvagante commented 9 years ago

Please le me know if the commit 601aaf9 fixes your issue

seirem commented 9 years ago

Thank for reply,

I have an other question, how can apply specific standalone.xml by node ?

seirem commented 9 years ago

my configuration is the following :

cat /etc/puppet/modules/nv-jboss/manifest/init.pp

class nv-jboss { require nv-linuxutils

    class { 'jboss':
            install             => 'source',
            version             => '7',
    }

}

i have create an intermediate module nv-linuxutils to install unzip prequisites for jboss