summaryrefslogtreecommitdiff
path: root/manifests/apticron.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:25:13 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:25:13 -0500
commit9493b62187b814e872eb27f4a6a18c53b5076906 (patch)
treece4834dc055ef36c04d9bce3ac864c3311eedc0e /manifests/apticron.pp
parent584b7aad338206026d62d846122e6bef532a2d2a (diff)
indent packages correctly
Diffstat (limited to 'manifests/apticron.pp')
-rw-r--r--manifests/apticron.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/apticron.pp b/manifests/apticron.pp
index 89709a8..73ada70 100644
--- a/manifests/apticron.pp
+++ b/manifests/apticron.pp
@@ -12,7 +12,9 @@ class apt::apticron(
$customsubject = ''
) {
- package { 'apticron': ensure => $ensure_version }
+ package { 'apticron':
+ ensure => $ensure_version
+ }
file { '/etc/apticron/apticron.conf':
content => template($apt::apticron::config),