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
|
@ -1,2 +1,2 @@
|
|||
BOTUSER="<%= @abusehelper_user %>"
|
||||
BOTNETS="<%= @abusehelper_botnets.join(" ") %>"
|
||||
BOTUSER="<%= @user %>"
|
||||
BOTNETS="<%= @botnets.join(" ") %>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue