Skip to content

Commit 9f68fd3

Browse files
author
Travis Fields
committed
Fixed a mistake where we were trying to touch a host file using the default which was not relavent to the host we were modifying
1 parent 5497f83 commit 9f68fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

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

1313
hosts.each do |host|
1414
on host, "mkdir -p #{host['distmoduledir']}"
15-
on host, "/bin/touch #{default['puppetpath']}/hiera.yaml"
15+
on host, "/bin/touch #{host['puppetpath']}/hiera.yaml"
1616
end
1717
end
1818

0 commit comments

Comments
 (0)