rhtconsulting / puppet-jboss_admin

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

path_generator#root_dump_position needs to deal with values wrapped in quotes #96

Closed itewk closed 8 years ago

itewk commented 8 years ago

path_generator#root_dump_position can not currently handle the following CLI address since the value is wrapped in quotes.

CLI address: /subsystem=naming/binding="java:/comp/env/MY_BINDING_0"

Function needs to be updated to deal with this use case.

itewk commented 8 years ago

@ramius345 can you review this change please.

ramius345 commented 8 years ago

approved.

itewk commented 8 years ago

Merged into master.