Initial commit

This commit is contained in:
Martin Hoefling
2015-05-03 00:34:43 +02:00
parent 4636e6cfe0
commit 630bbcd55f
7 changed files with 59 additions and 37 deletions
+3
View File
@@ -0,0 +1,3 @@
{% for key, value in salt['pillar.get']('rsyncd:secrets').iteritems() %}
{key}:{value}
{% endfor%}