setup rsync server
diff --git a/map.jinja b/map.jinja
new file mode 100644
index 0000000..b6e85ec
--- /dev/null
+++ b/map.jinja
@@ -0,0 +1,15 @@
+
+{% set proxy = salt['grains.filter_by']({
+    'Debian': {
+        'pkgs': ['rsync'],
+        'service': 'rsyncd',
+        'user': 'root',
+        'group': 'root',
+    },
+    'RedHat': {
+        'pkgs': ['rsync'],
+        'service': 'rsyncd',
+        'user': 'root',
+        'group': 'root',
+    },
+}, merge=salt['pillar.get']('rsync:server')) %}