From 8f95b51fb38ddfd67317365abeeced82fb919ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 19 Oct 2023 14:49:09 +0200 Subject: s/contents/content/ --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 313c1fd..84b40aa 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -29,8 +29,8 @@ define periodic ( } file { $file: - ensure => $ensure, - contents => epp("${module_name}/periodic-entry", { + ensure => $ensure, + content => epp("${module_name}/periodic-entry", { key => $key, value => $value_ }), -- cgit v1.2.3