From bdc2e6597f3019ec1a3d35f360815b068001ed71 Mon Sep 17 00:00:00 2001
From: Nils Olof Paulsson <nils.olof.paulsson@liu.se>
Date: Thu, 22 Jun 2023 15:35:59 +0200
Subject: [PATCH] Add service

---
 manifests/init.pp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/manifests/init.pp b/manifests/init.pp
index a889fda..18a5b8f 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,
+  ## }
 }
-- 
GitLab