]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Fixed a mistake where we were trying to touch a host file using the default which...
authorTravis Fields <travis@puppetlabs.com>
Tue, 28 Oct 2014 23:10:50 +0000 (16:10 -0700)
committerTravis Fields <travis@puppetlabs.com>
Tue, 28 Oct 2014 23:10:50 +0000 (16:10 -0700)
spec/spec_helper_acceptance.rb

index 5f1950a3e12a4477b62a9931cdfc1384e4cf31e6..ef9972371777a628ce556191e9e944c86d085984 100755 (executable)
@@ -12,7 +12,7 @@ unless ENV['RS_PROVISION'] == 'no' or ENV['BEAKER_provision'] == 'no'
 
   hosts.each do |host|
     on host, "mkdir -p #{host['distmoduledir']}"
-    on host, "/bin/touch #{default['puppetpath']}/hiera.yaml"
+    on host, "/bin/touch #{host['puppetpath']}/hiera.yaml"
   end
 end