Closed ledgr closed 8 years ago
Service description examples:
default['dovecot']['services']['doveadm'] = { 'listeners' => [ { 'inet:doveadm-server' => { 'port' => 3333 } } ] } default['dovecot']['services']['quota-status'] = { 'executable' => 'quota-status -p postfix', 'listeners' => [ { 'inet:imap' => { 'port' => 4444 } } ] } default['dovecot']['services']['quota-warning'] = { 'user' => 'dovecot', 'executable' => 'script /usr/local/bin/quota-warning.sh', 'listeners' => [ { 'unix:quota-warning' => { 'user' => 'postfix' } } ] }
Hi Edgaras,
Thanks for your PR!
In addition to what I commented on the code (a tiny detail), it would be great to add those usage examples in the README :wink:
Updated README
It's perfect now :smiley: Thank you!
Released in 3.0.0.
3.0.0
Service description examples: