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