Skip to content

Commit 7118ae3

Browse files
author
Morgan Haskel
committed
Force concat install
1 parent ac50882 commit 7118ae3

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
@@ -100,7 +100,7 @@ def psql(psql_cmd, user = 'postgres', exit_codes = [0,1], &block)
100100

101101
on host, puppet('module','install','puppetlabs-stdlib'), { :acceptable_exit_codes => [0,1] }
102102
on host, puppet('module','install','puppetlabs-apt'), { :acceptable_exit_codes => [0,1] }
103-
on host, puppet('module','install','puppetlabs-concat'), { :acceptable_exit_codes => [0,1] }
103+
on host, puppet('module','install','--force','puppetlabs-concat'), { :acceptable_exit_codes => [0,1] }
104104
end
105105

106106

0 commit comments

Comments
 (0)