2
0

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
commit 739be9550f
3 changed files with 3 additions and 3 deletions

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

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

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', {}) -%}