Lint fixes
This commit is contained in:
parent
96fb1bacbc
commit
f70c8572a5
18 changed files with 71 additions and 43 deletions
|
@ -13,8 +13,8 @@ class hastymail($datadir=undef) {
|
|||
include php::mcrypt
|
||||
|
||||
if !$hastymail_package {
|
||||
if $hastymail_package_latest {
|
||||
$hastymail_package = $hastymail_package_latest
|
||||
if $::hastymail_package_latest {
|
||||
$hastymail_package = $::hastymail_package_latest
|
||||
} else {
|
||||
fail("Must define \$hastymail_package or \$hastymail_package_latest")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue