From 9856bdc1b2a354a835619cef0da4e348f45960c5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 18 Nov 2018 17:33:43 -0500 Subject: puppet lint --- modules/syncthing/manifests/user.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/syncthing') 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']; } } -- cgit v1.2.3-54-g00ecf