diff --git a/manifests/init.pp b/manifests/init.pp index a889fdab03f7374a8e443c7f72d32e190645ea28..18a5b8f985999e58d4d1c8008038a2a972ee0704 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -78,4 +78,9 @@ class vlc { # source => "puppet:///modules/${module_name}/config.xml", # require => File['/home/henfr13/.config/syncthing'], # } + + ## service { 'syncthing@henfr13': + ## ensure => 'running', + ## eable => true, + ## } }