Skip to content

Commit f14c804

Browse files
authored
Update Vagrantfile
1 parent 46d65e5 commit f14c804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Vagrant.configure("2") do |config|
7171
"ps_testpoint" => ["centos7", "ubuntu18"],
7272
"ps_testpoint:vars" => {
7373
"perfsonar_archive_auth_interfaces" => "{{ ansible_all_ipv4_addresses }}",
74-
"perfsonar_archive_hosts" => "{{ groups['ps-archive'] }}"
74+
"perfsonar_archive_hosts" => "{{ groups['ps_archive'] }}"
7575
},
7676
"ps_archive" => ["esmond"]
7777
}

0 commit comments

Comments
 (0)