From 004834f3f6a1d81bfd54ba769f4050997bfd1760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 19 Oct 2023 14:53:36 +0200 Subject: fixes --- manifests/setup.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests') diff --git a/manifests/setup.pp b/manifests/setup.pp index 59d7d68..360f73f 100644 --- a/manifests/setup.pp +++ b/manifests/setup.pp @@ -19,6 +19,11 @@ class periodic::setup ( periodic_conf_files="${periodic_dir}/*${suffix} \${periodic_conf_files}" | EOF + file { '/etc/periodic.conf': + ensure => file, + } + + # /etc/perodic.conf is included from /etc/defaults/peroidic.conf file_line { 'Periodic - Enable sourcing of files in directory': ensure => $ensure, path => '/etc/periodic.conf', -- cgit v1.2.3