diff options
author | Georg Pfuetzenreuter | 2023-01-15 15:50:17 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-15 17:39:31 +0100 |
commit | 11620c863cafff26152d8cdca49c369a5d69474f (patch) | |
tree | 328533adb379681a6e04e1fde820f73c47b84ff0 /pillar/role/salt/common.sls | |
parent | a1782581bb5124ecee97baa86ef8a312ad4828d0 (diff) | |
download | salt-11620c863cafff26152d8cdca49c369a5d69474f.tar.gz salt-11620c863cafff26152d8cdca49c369a5d69474f.tar.bz2 salt-11620c863cafff26152d8cdca49c369a5d69474f.zip |
Init salted salt + minion pillar
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'pillar/role/salt/common.sls')
-rw-r--r-- | pillar/role/salt/common.sls | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pillar/role/salt/common.sls b/pillar/role/salt/common.sls new file mode 100644 index 0000000..eb86127 --- /dev/null +++ b/pillar/role/salt/common.sls @@ -0,0 +1,2 @@ +salt: + hash_type: sha512 |