Install JIRA on Ubuntu 14.04 using Vagrant and Puppet
Add a Hiera file hiera/credentials.yaml
with the database password. Example:
jira::dbpassword: examplepass
$ sudo apt-get install librarian-puppet
$ librarian-puppet install
vagrant up
Rerun Puppet from inside the guest with sudo puppet apply --modulepath /vagrant/modules --hiera_config /vagrant/hiera.yaml /vagrant/manifests/site.pp
The MIT License (MIT)
- Merritt Krakowitzer [email protected]
- Øystein gisnås [email protected]