Skip to content

Instantly share code, notes, and snippets.

@dhgwilliam
Created July 25, 2012 23:13
Show Gist options
  • Save dhgwilliam/3179274 to your computer and use it in GitHub Desktop.
Save dhgwilliam/3179274 to your computer and use it in GitHub Desktop.
vagrantfile include for centos-5.5 box
Vagrant::Config.run do |config|
config.vm.provision :shell, :inline => "iptables -F; wget http://mirror.symnds.com/distributions/fedora-epel/5/i386/epel-release-5-4.noarch.rpm && yum localinstall epel*.rpm --nogpgcheck -y"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment