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:
Ossi Herrala 2012-09-20 08:47:51 +00:00
parent 95fe49abe7
commit 17570b8e36
2 changed files with 3 additions and 3 deletions

View file

@ -12,12 +12,12 @@ class dovecot::server::v2 {
service { "dovecot":
ensure => running,
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,
content => template("dovecot/local.conf.erb"),
content => template("dovecot/puppet.conf.erb"),
mode => "0644",
owner => "root",
group => "root",