Rename conf to files to standarize format
diff --git a/rsync/conf/rsync b/rsync/files/rsync
similarity index 100%
rename from rsync/conf/rsync
rename to rsync/files/rsync
diff --git a/rsync/conf/rsyncd.conf b/rsync/files/rsyncd.conf
similarity index 100%
rename from rsync/conf/rsyncd.conf
rename to rsync/files/rsyncd.conf
diff --git a/rsync/server.sls b/rsync/server.sls
index 298f750..5c0b58b 100644
--- a/rsync/server.sls
+++ b/rsync/server.sls
@@ -9,7 +9,7 @@
rsync_config:
file.managed:
- name: /etc/rsyncd.conf
- - source: salt://rsync/conf/rsyncd.conf
+ - source: salt://rsync/files/rsyncd.conf
- template: jinja
- user: root
- group: root
@@ -20,7 +20,7 @@
rsync_startup_config:
file.managed:
- name: {{ server.config }}
- - source: salt://rsync/conf/rsync
+ - source: salt://rsync/files/rsync
- template: jinja
- user: root
- group: root