mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #44429 from Ch3LL/orch_doc
Fix orch doc from pillat.get to pillar.get
This commit is contained in:
commit
dcdf2d4c90
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue