Clean tabs and trailing whitespace from manifests
This commit is contained in:
parent
ebde843cc6
commit
bfb661b0e1
6 changed files with 16 additions and 14 deletions
|
@ -17,7 +17,7 @@ class cyrus {
|
|||
}
|
||||
}
|
||||
|
||||
include ssl
|
||||
include ssl
|
||||
|
||||
if !$cyrus_key {
|
||||
$postfix_key = "${puppet_ssldir}/private_keys/${homename}.pem"
|
||||
|
@ -32,10 +32,11 @@ class cyrus {
|
|||
}
|
||||
|
||||
package { [
|
||||
"cyrus-imapd-2.4",
|
||||
"cyrus-clients-2.4",
|
||||
"cyrus-admin-2.4",
|
||||
"cyrus-doc-2.4", ]:
|
||||
"cyrus-imapd-2.4",
|
||||
"cyrus-clients-2.4",
|
||||
"cyrus-admin-2.4",
|
||||
"cyrus-doc-2.4",
|
||||
]:
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
|
@ -112,4 +113,5 @@ class cyrus {
|
|||
owner => "cyrus",
|
||||
group => "mail",
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue