Skip to content

Commit

Permalink
Syntax error :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sharpe committed Jun 15, 2010
1 parent ef350a1 commit 57de119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/ha_crm_order/crm.rb
Expand Up @@ -17,7 +17,7 @@ def create
then_rsc = resource[:then]
end

crm "-F", "configure", "order", resource[:id], "#{resource[:score]}:", first, then, "symmetrical=#{resource[:symmetrical].to_s}"
crm "-F", "configure", "order", resource[:id], "#{resource[:score]}:", first_rsc, then_rsc, "symmetrical=#{resource[:symmetrical].to_s}"
end

def destroy
Expand Down

0 comments on commit 57de119

Please sign in to comment.