Sha256: 8910a37d429c0e2f21037eb9c323e63ebc737f4689ace5b01b960301c909434c
Contents?: true
Size: 391 Bytes
Versions: 2
Compression:
Stored size: 391 Bytes
Contents
# -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.hostname = "omniauth-pam" config.vm.box = "boxesio/ruby" config.vm.network "forwarded_port", guest: 5000, host: 8080, auto_correct: true config.vm.provision "shell", inline: "sudo apt-get -yq install libpam0g-dev" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-pam-2.0.0 | Vagrantfile |
omniauth-pam-1.3.0 | Vagrantfile |