removed password.sls, which shouldn't exist yet
This commit is contained in:
parent
e4da990cce
commit
b65b0bd8ea
2 changed files with 1 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
{%- set roles=salt.cmd.shell("grep -Po '(?<=- ).*' /srv/salt/"+saltenv+"/pillars/servers/roles/server/"+grains['host']+".sls | tr '\n' ' '") -%}
|
{%- set roles=salt.cmd.shell("grep -Po '(?<=- ).*' /srv/salt/"+saltenv+"/pillars/servers/roles/server/"+grains['host']+".sls").split('\n') -%}
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{%- from "roles.jinja" import roles with context %}
|
|
||||||
{%- set data=salt.cmd.shell('sudo bash ~/get_passwords.sh '+roles) -%}
|
|
||||||
{{data | trim}}
|
|
Loading…
Add table
Reference in a new issue