From f8294345d66a0be3fac4a53bf61cfa964333faf1 Mon Sep 17 00:00:00 2001 From: sermuns <sermuns@lysator.liu.se> Date: Fri, 9 May 2025 20:14:23 +0200 Subject: [PATCH] Remove junk in front of path --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 3abecc6..b7a2e3f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -7,7 +7,7 @@ class lyslogclient( owner => 'root', group => 'root', mode => '0644', - content => template('puppet:///modules/lyslogclient/lysator.conf'), + content => template('lyslogclient/lysator.conf'), } ensure_packages(['rsyslog'], -- GitLab