Skip to content

Commit

Permalink
#10 delete pry binding in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kozakowski Karol committed Jan 18, 2016
1 parent a5f3300 commit c2aadbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/puppet_x/coi/jboss/provider/jboss_deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def servergroups=(value)
Puppet.debug(value.inspect())

toset = value - current
binding.pry
cmd = "deploy --name=#{@resource[:name]} --server-groups=#{toset.join(',')}"
res = bringUp('Deployment', cmd)
end
Expand Down

0 comments on commit c2aadbd

Please sign in to comment.