Skip to content

Commit 7084bdb

Browse files
author
Morgan Haskel
committed
Force concat install
1 parent b513d03 commit 7084bdb

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

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

105105

0 commit comments

Comments
 (0)