Skip to content

Commit

Permalink
Merge pull request #107 from mhaskel/spec_helper_acceptance_fix
Browse files Browse the repository at this point in the history
Fix spec_helper_acceptance for pe
  • Loading branch information
cyberious committed Dec 23, 2014
2 parents 2699b6c + beba2c3 commit 6b10cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Expand Up @@ -14,7 +14,7 @@
end

hosts.each do |host|
if host['platform'] !~ /windows/i
if not host.is_pe? and host['platform'] !~ /windows/i
on host, 'puppet master'
on host, "mkdir -p #{host['distmoduledir']}"
elsif host["platform"] =~ /solaris/
Expand Down

0 comments on commit 6b10cea

Please sign in to comment.