Fixed variable passing to abusehelper::init on puppet 3
This commit is contained in:
parent
eb08500518
commit
baf347204b
3 changed files with 10 additions and 15 deletions
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue