mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
[suse] nicer template
- add salt warning - drop blank line to reduce diff to original file
This commit is contained in:
parent
ae9415c3e7
commit
8549b637ba
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# This file is managed by salt - DO NOT EDIT!
|
||||
|
||||
{% set protocol = salt['pillar.get']('bind:config:protocol', False) -%}
|
||||
{% set param = [] -%}
|
||||
{% if protocol -%}
|
||||
|
@ -5,7 +7,6 @@
|
|||
{% endif -%}
|
||||
## Path: Network/DNS/Name Server
|
||||
## Description: Names server settings
|
||||
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
## ServiceRestart: lwresd,named
|
||||
|
|
Loading…
Add table
Reference in a new issue