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

Commit 7867eaa

Browse files
committed
Merge pull request #129 from danieldreier/bump_vagrantbox_version
Bump vagrantbox version
2 parents 0b3324a + 6c577df commit 7867eaa

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)