firewall, gnu, sendmail: Fix "Name must be a String not Array" errors produced by latest Puppet.
This commit is contained in:
parent
532e48ba2c
commit
362bc66d15
3 changed files with 47 additions and 20 deletions
|
@ -9,8 +9,11 @@ class sendmail::common {
|
|||
if $::operatingsystem != "OpenBSD" {
|
||||
package { "sendmail":
|
||||
ensure => installed,
|
||||
name => [ "sendmail", "sendmail-cf", ],
|
||||
before => File["/etc/mail/certs"],
|
||||
require => Package["sendmail-cf"],
|
||||
}
|
||||
package { "sendmail-cf":
|
||||
ensure => installed,
|
||||
}
|
||||
service { "sendmail":
|
||||
ensure => running,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue