Fix lint warnings about ensure placement
This commit is contained in:
parent
a8ebd9417c
commit
96fb1bacbc
21 changed files with 53 additions and 48 deletions
|
@ -80,11 +80,11 @@ class sendmail::client inherits sendmail::common {
|
|||
}
|
||||
|
||||
file { "/etc/mail/submit.mc":
|
||||
ensure => present,
|
||||
path => $::operatingsystem ? {
|
||||
"openbsd" => "/usr/share/sendmail/cf/submit.mc",
|
||||
default => "/etc/mail/submit.mc",
|
||||
},
|
||||
ensure => present,
|
||||
content => template("sendmail/submit.mc.erb", "sendmail/submit.mc.msp.erb"),
|
||||
owner => "root",
|
||||
group => $::operatingsystem ? {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue