Merge branch 'puppet3'
Conflicts: ntpd/templates/ntp.conf.erb wiki/templates/collab-wsgi.conf.erb
This commit is contained in:
commit
49a8ae3004
112 changed files with 522 additions and 517 deletions
|
@ -1,9 +1,9 @@
|
|||
|
||||
pidFile /var/run/snmptrapd.pid
|
||||
<% if acl == 'NONE' -%>
|
||||
<% if @acl == 'NONE' -%>
|
||||
disableAuthorization yes
|
||||
<% else -%>
|
||||
<% acl.each do |rule| -%>
|
||||
<% @acl.each do |rule| -%>
|
||||
authCommunity log <%= rule %>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue