Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit 6c577df

Browse files
author
Daniel Dreier
committed
Bump vagrantbox version
puppetlabs/debian-7.4-64-nocm isn't available anymore, so using 7.6
1 parent 67532f8 commit 6c577df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2323
PUPPETMASTER_IP = '192.168.37.23'
2424

2525
config.vm.define :package_install do |node|
26-
node.vm.box = 'puppetlabs/debian-7.4-64-nocm'
26+
node.vm.box = 'puppetlabs/debian-7.6-64-nocm'
2727
node.vm.hostname = 'debian7.boxnet'
2828
node.vm.network :private_network, ip: PUPPETMASTER_IP
2929

0 commit comments

Comments
 (0)