default.rb 346 B

123456789101112
  1. default['dovecot']['user'] = 'dovecot'
  2. default['dovecot']['group'] = node['dovecot']['user']
  3. case node['platform']
  4. when 'redhat','centos','scientific','fedora','suse','amazon' then
  5. default['dovecot']['lib_path'] = '/usr/libexec/dovecot'
  6. # when 'debian', 'ubuntu' then
  7. else
  8. default['dovecot']['lib_path'] = '/usr/lib/dovecot'
  9. end