Created
July 25, 2012 23:13
-
-
Save dhgwilliam/3179274 to your computer and use it in GitHub Desktop.
vagrantfile include for centos-5.5 box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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