diff options
author | Georg Pfuetzenreuter | 2023-01-20 02:09:50 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-20 02:09:50 +0100 |
commit | 2181a4999f6f0083e65025470f216ba3cd0ef49f (patch) | |
tree | 5043f75d2f6354adc73a67cabe492cc870e89d70 | |
parent | 69aa808f3d09826491be843aee72c3c651987aa1 (diff) | |
download | salt-2181a4999f6f0083e65025470f216ba3cd0ef49f.tar.gz salt-2181a4999f6f0083e65025470f216ba3cd0ef49f.tar.bz2 salt-2181a4999f6f0083e65025470f216ba3cd0ef49f.zip |
Remove common secret include
File was only used for testing secrets and is no longer in use.
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
-rw-r--r-- | pillar/common.sls | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pillar/common.sls b/pillar/common.sls index de375e2..cdc81d4 100644 --- a/pillar/common.sls +++ b/pillar/common.sls @@ -1,7 +1,6 @@ include: - role.salt.common - role.salt.minion - - secret.common managed_header_pound: | ### This file is managed via https://git.com.de/LibertaCasa/salt |