summaryrefslogtreecommitdiffstats
path: root/modules/syncthing/manifests/user.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/syncthing/manifests/user.pp')
-rw-r--r--modules/syncthing/manifests/user.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/syncthing/manifests/user.pp b/modules/syncthing/manifests/user.pp
new file mode 100644
index 0000000..dcc1790
--- /dev/null
+++ b/modules/syncthing/manifests/user.pp
@@ -0,0 +1,8 @@
+define syncthing::user {
+ include syncthing
+
+ service { "syncthing@$name":
+ enable => true,
+ ensure => running;
+ }
+}