commit | 967802b076c82f37cad6986478b0572568698d6e | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Jun 02 13:48:39 2017 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 02 13:48:39 2017 +0200 |
tree | 68db64d6092c6732c848d50f7d28adaedd2481f0 | |
parent | c63f4b1c162c4f4d3d8f43373f1659476f09c6cb [diff] | |
parent | 25e7f7c955dceabd0039b6dc42755a99f997fb70 [diff] |
Merge pull request #51 from salt-formulas/meta Salt master service name
diff --git a/salt/meta/meta.yml b/salt/meta/meta.yml index 0a60473..27fb749 100644 --- a/salt/meta/meta.yml +++ b/salt/meta/meta.yml
@@ -6,7 +6,7 @@ type: software-config relations: {%- if minion.master is defined %} - - service: salt-master + - service: salt.master {%- if minion.master.host in ['127.0.0.1', 'localhost'] %} host: {{ grains.id }} {%- else %}