| Index: Vagrantfile |
| =================================================================== |
| --- a/Vagrantfile |
| +++ b/Vagrantfile |
| @@ -51,8 +51,8 @@ |
| elsif record['os'] == 'debian-jessie' |
| # https://www.vagrantup.com/docs/boxes.html |
| - host.vm.box = 'debian/contrib-jessie64' |
| - host.vm.box_url = 'https://atlas.hashicorp.com/debian/boxes/contrib-jessie64' |
| + host.vm.box = 'sagepe/jessie' |
| + host.vm.box_check_update = false |
| # https://packages.debian.org/jessie/puppet |
| host.vm.provision :shell, :privileged => true, :inline => <<-end |