example42 / puppet-jboss

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

How do you install this? #11

Closed KlopgeestBe closed 11 years ago

KlopgeestBe commented 11 years ago

Hi, i've downloaded the zip file from this puppet-jboss configuration.

How do i set this one up in a decent way on my Ubuntu machine? I'm not experienced with Puppet at all, so a step by step tutorial should be helpful.

Thanks in advance

alvagante commented 11 years ago

Please use the Google Groups https://groups.google.com/forum/?fromgroups#!forum/example42-puppet-modules for usage questions. Quick answer: Unzip it to /etc/puppet/modules (or any directory in your Puppet $modulepath) Note that you need to place also the puppi module in the same place as a dependnecy. Then to use the module on your node, you need this minimal code (for a default installation, see the module's readme for more parameters): class { 'jboss': }

For more info on Puppet usage refer to http://docs.puppetlabs.com , that's the best and official reference.