Skip to content

Commit

Permalink
Merge pull request #212 from MikaelSmith/fix-windows
Browse files Browse the repository at this point in the history
(MODULES-4241) Fix Windows acceptance
  • Loading branch information
glennsarti authored Feb 3, 2017
2 parents d235ec3 + 455c1d7 commit ba56ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ def teardown_puppet_on(host)
#{clean_repo}
file { ['/etc/puppet', '/etc/puppetlabs', '/etc/mcollective']: ensure => absent, force => true, backup => false }
package { ['puppet-agent', 'puppet', 'mcollective', 'mcollective-client']: ensure => purged }
EOS
EOS
on host, puppet('apply', '-e', "\"#{pp}\"", '--no-report')
end
on host, puppet('apply', '-e', "\"#{pp}\"", '--no-report')
end

RSpec.configure do |c|
Expand Down

0 comments on commit ba56ed4

Please sign in to comment.