Merge pull request #316 from cmclaughlin/remove-env-comments

Remove "source" comments from Saltify configs
This commit is contained in:
Florian Ermisch
2017-06-16 12:17:20 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# This file is managed by Salt via {{ source }}
# This file is managed by Salt! Do not edit by hand!
make_salty:
- someinstance:
ssh_host: somehost.somedomain
+1 -1
View File
@@ -1,3 +1,3 @@
# This file is managed by Salt via {{ source }}
# This file is managed by Salt! Do not edit by hand!
make_salty:
provider: saltify
+1 -1
View File
@@ -1,4 +1,4 @@
# This file is managed by Salt via {{ source }}
# This file is managed by Salt! Do not edit by hand!
{% set cloud = salt['pillar.get']('salt:cloud', {}) -%}