From d2384ad0a94591933a7aefc87c85db372ca8bfd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 19 Oct 2023 14:45:20 +0200 Subject: s/Path/Absolutepath/ --- manifests/setup.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/setup.pp') diff --git a/manifests/setup.pp b/manifests/setup.pp index 4715fb6..59d7d68 100644 --- a/manifests/setup.pp +++ b/manifests/setup.pp @@ -10,7 +10,7 @@ # @param ensure # Should the periodic dir be enabled. class periodic::setup ( - Stdlib::Path $periodic_dir = '/usr/local/etc/periodic.conf.d', + Stdlib::Absolutepath $periodic_dir = '/usr/local/etc/periodic.conf.d', Boolean $purge = true, String $suffix = '.periodic', Enum['present', 'absent'] $ensure = 'present', -- cgit v1.2.3