summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
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_
}),