Merge pull request #44429 from Ch3LL/orch_doc

Fix orch doc from pillat.get to pillar.get
This commit is contained in:
Nicole Thomas 2017-11-07 16:06:38 -07:00 committed by GitHub
commit dcdf2d4c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ this.
# /srv/salt/orch/deploy.sls
{% set servers = salt['pillar.get']('servers', 'test') %}
{% set master = salt['pillat.get']('master', 'salt') %}
{% set master = salt['pillar.get']('master', 'salt') %}
create_instance:
salt.runner:
- name: cloud.profile