Skip to content

Instantly share code, notes, and snippets.

@xarses
Last active February 12, 2016 23:13
Show Gist options
  • Save xarses/f8f15f12c881383b0eb9 to your computer and use it in GitHub Desktop.
Save xarses/f8f15f12c881383b0eb9 to your computer and use it in GitHub Desktop.
script to quickly inject 9-kilo into fuel
#!/bin/bash
yum install -y git rubygem-librarian-puppet-simple patch
cd /etc/puppet/liberty-9.0
mv modules modules-l
git clone https://github.com/xarses/fuel-library -b 9-Kilo
ln -s fuel-library/deployment/puppet modules
cd fuel-library/deployment
./update_modules.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment