https://github.com/osoco/puppet-grails
Puppet module to install any version of grails
https://github.com/osoco/puppet-grails
Last synced: 2 months ago
JSON representation
Puppet module to install any version of grails
- Host: GitHub
- URL: https://github.com/osoco/puppet-grails
- Owner: osoco
- Created: 2012-05-29T09:08:59.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T17:21:31.000Z (about 10 years ago)
- Last Synced: 2025-01-16T05:25:57.349Z (over 1 year ago)
- Language: Puppet
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
puppet-grails
=============
Puppet module to install any version of grails.
Depends on:
* Osoco's Wget puppet module: https://github.com/osoco/puppet-wget
Example of usage:
class my_class_that_needs_grails {
grails { "grails-1.3.5":
version => '1.3.5',
destination => '/opt'
}
grails { "grails-2.0.0":
version => '2.0.0',
destination => '/opt'
}
}