summaryrefslogtreecommitdiffstats
path: root/modules/syncthing
diff options
context:
space:
mode:
Diffstat (limited to 'modules/syncthing')
-rw-r--r--modules/syncthing/manifests/user.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/syncthing/manifests/user.pp b/modules/syncthing/manifests/user.pp
index 5987f6f..877513a 100644
--- a/modules/syncthing/manifests/user.pp
+++ b/modules/syncthing/manifests/user.pp
@@ -2,8 +2,8 @@ define syncthing::user {
include syncthing
service { "syncthing@$name":
- enable => true,
ensure => running,
+ enable => true,
require => Class['syncthing'];
}
}