removed password.sls, which shouldn't exist yet

This commit is contained in:
Actaeus Curabitur 2022-09-08 11:26:29 -05:00
parent e4da990cce
commit b65b0bd8ea
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -1,3 +0,0 @@
{%- from "roles.jinja" import roles with context %}
{%- set data=salt.cmd.shell('sudo bash ~/get_passwords.sh '+roles) -%}
{{data | trim}}