Skip to content

Instantly share code, notes, and snippets.

@heiglandreas
Created July 6, 2015 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heiglandreas/5b87a19b78c630b62537 to your computer and use it in GitHub Desktop.
Save heiglandreas/5b87a19b78c630b62537 to your computer and use it in GitHub Desktop.
ext_ldap-Vagrantfile
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.network "private_network", ip: "192.168.33.10"
config.vm.provision "shell", path: "https://gist.githubusercontent.com/heiglandreas/10e1c7dd80d6e058faae/raw/ext-ldap-test-provisioner.sh"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment