On Mon, Feb 11, 2013 at 2:22 AM, MrTeleBird <mrteleb...@gmail.com> wrote:
> Another option (I do not know if this would work), would be to "translate" > this script: > > https://devcentral.f5.com/wiki/icontrol.pspoolmembercontrol.ashx > > to ruby and execute it when deploying a new application. > > What do you think?? > It might be possible to add 'session_enabled_state' to the list of methods available to 'LocalLB.PoolMember' and see if that allows it to toggle this setting: https://github.com/puppetlabs/puppetlabs-f5/blob/master/lib/puppet/provider/f5_pool/f5_pool.rb#L69-L74 https://github.com/puppetlabs/puppetlabs-f5/blob/master/lib/puppet/provider/f5_pool/f5_pool.rb#L126-L131 f5_pool { 'webserver': member => { '192.168.1.1:80' => { 'session_enabled_state' => 'STATE_DISABLED' }, } } Thanks, Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.