Skip to content

Commit 76d01c5

Browse files
committed
Fixes #110: Update lamp-infrastructure example to use CentOS 7.
1 parent 376a930 commit 76d01c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lamp-infrastructure/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Vagrant.configure("2") do |config|
55
# Base VM OS configuration.
6-
config.vm.box = "geerlingguy/centos6"
6+
config.vm.box = "geerlingguy/centos7"
77
config.ssh.insert_key = false
88
config.vm.synced_folder '.', '/vagrant', disabled: true
99

0 commit comments

Comments
 (0)