cyrus.init.pp: Fix broken Ubuntu packaging.
This commit is contained in:
parent
b8dae490fd
commit
66fde79617
1 changed files with 15 additions and 0 deletions
|
@ -83,4 +83,19 @@ class cyrus {
|
|||
require => Package["cyrus-imapd-2.4"],
|
||||
}
|
||||
|
||||
# Fix broken ubuntu packaging
|
||||
file { "/run/cyrus/lock":
|
||||
ensure => directory,
|
||||
mode => "0750",
|
||||
owner => "cyrus",
|
||||
group => "mail",
|
||||
}
|
||||
|
||||
# Fix broken ubuntu packaging
|
||||
file { "/run/cyrus/proc":
|
||||
ensure => directory,
|
||||
mode => "0750",
|
||||
owner => "cyrus",
|
||||
group => "mail",
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue