Fixed variable passing to abusehelper::init on puppet 3

This commit is contained in:
Ossi Salmi 2013-07-30 15:56:09 +03:00
parent eb08500518
commit baf347204b
3 changed files with 10 additions and 15 deletions

View file

@ -89,9 +89,10 @@ class abusesa {
python::setup::install { "/usr/local/src/abusesa": }
if $abusesa_botnets {
$abusehelper_botnets = $abusesa_botnets
$abusehelper_user = "abusesa"
include abusehelper::init
class { "abusehelper::init":
botnets => $abusesa_botnets,
user => "abusesa",
}
}
}