rhtconsulting / puppet-jboss_admin

Puppet module for runtime configuration of a JBoss container
MIT License
15 stars 12 forks source link

Retry logic will fail even when retry succeeds. #94

Closed ramius345 closed 8 years ago

ramius345 commented 8 years ago

lib/puppet/provider/jboss_resource/cli.rb:97 , there should be a return statement in the last elsif, otherwise if a retry occurs an error will be raised even though the retry is successful

itewk commented 8 years ago

this is no longer valid.