Skip to content

Commit 128a9ea

Browse files
committed
Fix VM hostname
1 parent ec909d9 commit 128a9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/vm/openldap/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
VAGRANTFILE_API_VERSION = "2"
66

77
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
8-
config.vm.hostname = "freeipa.ghe.local"
8+
config.vm.hostname = "rubyldap.com"
99

1010
config.vm.box = "hashicorp/precise64"
1111

0 commit comments

Comments
 (0)