0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-03-25 12:58:11 +01:00

Merge pull request 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
salt/files
cloud.maps.d
cloud.profiles.d
cloud.providers.d

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