Rename puppet's Dovecot 2 config from 99-local.conf to 98-puppet.conf
to make room for local fileserver file 99-local.conf
This commit is contained in:
parent
95fe49abe7
commit
17570b8e36
2 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@ class dovecot::server::v2 {
|
||||||
service { "dovecot":
|
service { "dovecot":
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
require => File["/etc/dovecot/conf.d/99-local.conf"],
|
require => File["/etc/dovecot/conf.d/98-puppet.conf"],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/etc/dovecot/conf.d/99-local.conf":
|
file { "/etc/dovecot/conf.d/98-puppet.conf":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
content => template("dovecot/local.conf.erb"),
|
content => template("dovecot/puppet.conf.erb"),
|
||||||
mode => "0644",
|
mode => "0644",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => "root",
|
group => "root",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue