mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 17:50:23 +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 protocol = salt['pillar.get']('bind:config:protocol', False) -%}
|
||||||
{% set param = [] -%}
|
{% set param = [] -%}
|
||||||
{% if protocol -%}
|
{% if protocol -%}
|
||||||
|
@ -5,7 +7,6 @@
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
## Path: Network/DNS/Name Server
|
## Path: Network/DNS/Name Server
|
||||||
## Description: Names server settings
|
## Description: Names server settings
|
||||||
|
|
||||||
## Type: yesno
|
## Type: yesno
|
||||||
## Default: yes
|
## Default: yes
|
||||||
## ServiceRestart: lwresd,named
|
## ServiceRestart: lwresd,named
|
||||||
|
|
Loading…
Add table
Reference in a new issue