Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -8,7 +8,7 @@ $ModLoad imklog
|
|||
# Provides support for local system logging (e.g. via logger command)
|
||||
$ModLoad imuxsock
|
||||
|
||||
<% if operatingsystem == "OpenBSD" -%>
|
||||
<% if @operatingsystem == "OpenBSD" -%>
|
||||
# Local sockets for chrooted services
|
||||
$AddUnixListenSocket /var/empty/dev/log
|
||||
$AddUnixListenSocket /var/named/dev/log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue