summaryrefslogtreecommitdiffstats
path: root/modules/syncthing
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-18 17:33:43 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-18 17:33:43 -0500
commit9856bdc1b2a354a835619cef0da4e348f45960c5 (patch)
tree19e42a72d05ace4d53e089a222e5f1d7f6102183 /modules/syncthing
parent86d2fa8422fba13d5592a5f96260cfe88d401546 (diff)
downloadpuppet-tozt-9856bdc1b2a354a835619cef0da4e348f45960c5.tar.gz
puppet-tozt-9856bdc1b2a354a835619cef0da4e348f45960c5.zip
puppet lint
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'];
}
}