Issue #9879 has been updated by Nan Liu.
Apparently Jacob have a patch for #8414 that solves this from another angle: 23d5aeb I prefer this output because I think it's a bit more readable, but I don't know if there are other implications and I'll leave this up to engineering to decide whether to not to accept/merge. ---------------------------------------- Feature #9879: Puppet resource hash support https://projects.puppetlabs.com/issues/9879 Author: Nan Liu Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: ralsh Target version: 2.7.x Affected Puppet version: 2.7.4 Keywords: puppet resource, hash Branch: Improve puppet resource hash display. Current: type { 'title': attribute => hashkeyhashvalue, } New: f5_monitor { 'https_443': ensure => 'present', manual_resume_state => 'STATE_DISABLED', template_destination => '*:443', template_integer_property => { ITYPE_TIME_UNTIL_UP => '0', ITYPE_UP_INTERVAL => '0', ITYPE_PROBE_TIMEOUT => '0', ITYPE_UNSET => '0', ITYPE_PROBE_INTERVAL => '0', ITYPE_INTERVAL => '5', ITYPE_PROBE_NUM_SUCCESSES => '0', ITYPE_PROBE_NUM_PROBES => '0', ITYPE_TIMEOUT => '16' }, template_state => 'STATE_ENABLED', template_string_property => { STYPE_CLIENT_CERTIFICATE => '', STYPE_CIPHER_LIST => 'DEFAULT:+SHA:+3DES:+kEDH', STYPE_SSL_OPTIONS => 'enabled', STYPE_RECEIVE => '', STYPE_PASSWORD => '', STYPE_SEND => 'GET /', STYPE_CLIENT_KEY => '', STYPE_USERNAME => '' }, template_transparent_mode => 'false', } -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
