aboutsummaryrefslogtreecommitdiff
path: root/manifests/apticron.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/apticron.pp')
-rw-r--r--manifests/apticron.pp22
1 files changed, 11 insertions, 11 deletions
diff --git a/manifests/apticron.pp b/manifests/apticron.pp
index c578311..ebdd5b5 100644
--- a/manifests/apticron.pp
+++ b/manifests/apticron.pp
@@ -1,15 +1,15 @@
class apt::apticron(
- $ensure_version = hiera('apticron_ensure_version','installed'),
- $config = hiera('apticron_config',"apt/${::operatingsystem}/apticron_${::lsbdistcodename}.erb"),
- $email = hiera('apticron_email', 'root'),
- $diff_only = hiera('apticron_diff_only', '1'),
- $listchanges_profile = hiera('apticron_listchanges_profile','apticron'),
- $system = hiera('apticron_system',false),
- $ipaddressnum = hiera('apticron_ipaddressnum',false),
- $ipaddresses = hiera('apticron_ipaddresses', false),
- $notifyholds = hiera('apticron_notifyholds', '0'),
- $notifynew = hiera('apticron_notifynew', '0'),
- $customsubject = hiera('apticron_customsubject','')
+ $ensure_version = 'installed',
+ $config = "apt/${::operatingsystem}/apticron_${::lsbdistcodename}.erb",
+ $email = 'root',
+ $diff_only = '1',
+ $listchanges_profile = 'apticron',
+ $system = false,
+ $ipaddressnum = false,
+ $ipaddresses = false,
+ $notifyholds = '0',
+ $notifynew = '0',
+ $customsubject = ''
) {
package { apticron: ensure => $ensure_version }