search for: rabbitmqctl

Displaying 1 result from an estimated 1 matches for "rabbitmqctl".

2011 Jan 21
6
help writing types/provider
I''ve almost finished a pretty simple type/provider to manage RabbitMQ users and virtual hosts. I''m using the ''ensurable'' keyword in my type to save a bit of boilerplate. Type is below (the provider is just a wrapper around the ''rabbitmqctl'' command. Have a feeling there''s a developer guide somewhere I haven''t found (been working from the puppetlabs site and @kartars blog). Couple of basic questions: 1. how can I set the type to default to ''ensure => present, isadmin => false'' ?...