summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-19 14:45:20 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-19 14:45:20 +0200
commitd2384ad0a94591933a7aefc87c85db372ca8bfd2 (patch)
treedeb9c1cca34c3291a7b685c2f17bcce7fa437d53
parentInitial add. (diff)
downloadperiodic-d2384ad0a94591933a7aefc87c85db372ca8bfd2.tar.gz
periodic-d2384ad0a94591933a7aefc87c85db372ca8bfd2.tar.xz
s/Path/Absolutepath/
-rw-r--r--manifests/setup.pp2
1 files changed, 1 insertions, 1 deletions
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',