Issue #9879 has been updated by Daniel Pittman.

Assignee set to Nan Liu

Nan Liu wrote:
> Yeah, I'll take another shot at this over this weekend since it's very 
> helpful for the current project I'm working on.

Hey.  I wanted to follow up on this with you and see where it was up to?
----------------------------------------
Feature #9879: Puppet resource hash support
https://projects.puppetlabs.com/issues/9879

Author: Nan Liu
Status: Code Insufficient
Priority: Normal
Assignee: Nan Liu
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.

Reply via email to