puppet-jboss icon indicating copy to clipboard operation
puppet-jboss copied to clipboard

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

Open seirem opened this issue 10 years ago • 3 comments

Hello,

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

How to restart service manually with this module ?

seirem avatar Jan 22 '15 19:01 seirem

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

alvagante avatar Jan 23 '15 20:01 alvagante

Thank for reply,

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

seirem avatar Apr 22 '15 15:04 seirem

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

seirem avatar Apr 22 '15 15:04 seirem