summaryrefslogtreecommitdiff
path: root/manifests/syncthing.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/syncthing.pp')
-rw-r--r--manifests/syncthing.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/syncthing.pp b/manifests/syncthing.pp
index 389590c..29b4274 100644
--- a/manifests/syncthing.pp
+++ b/manifests/syncthing.pp
@@ -7,7 +7,8 @@ class profiles::syncthing (
) {
class { 'syncthing':
- manage_repo => $::osfamily == 'Debian',
+ manage_repo => $::osfamily == 'Debian',
+ service_type => 'systemd',
}