Added spamassassin service startup.
This commit is contained in:
parent
bdda556ce7
commit
c6414cbaf1
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@ class spamassassin::common {
|
||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service { "spamassassin":
|
||||||
|
ensure => running,
|
||||||
|
enable => true,
|
||||||
|
hasstatus => true,
|
||||||
|
require => Package["spamassassin"],
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install spamassassin using procmail
|
# Install spamassassin using procmail
|
||||||
|
|
Loading…
Add table
Reference in a new issue