Skip to content

Instantly share code, notes, and snippets.

@AtzeDeVries
Created November 20, 2015 14:36
Show Gist options
  • Save AtzeDeVries/b6844a3b32a72dfba34a to your computer and use it in GitHub Desktop.
Save AtzeDeVries/b6844a3b32a72dfba34a to your computer and use it in GitHub Desktop.
Myr bayes launch
#!/bin/bash
wget http://apt.puppetlabs.com/puppetlabs-release-stable.deb
dpkg -i puppetlabs-release-stable.deb
apt-get update
apt-get -y install git puppet-common ruby1.9.1 libaugeas-ruby automake
git clone https://github.com/naturalis/puppet-mrbayes /etc/puppet/modules/mrbayes
echo "class { 'mrbayes': }" > /etc/puppet/manifests/mrbayes.pp
puppet apply /etc/puppet/manifests/mrbayes.pp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment