summaryrefslogtreecommitdiff
path: root/manifests/apticron.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 22:41:20 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 22:41:20 -0500
commit2cf97fbf458522e9da6a3ed21e3105d1f488d111 (patch)
tree776fdee78c79a0ad3af5adf2dc397ef9b8f1b8f3 /manifests/apticron.pp
parentfd8b21222b969e779d10cb5d49e2e10f717b8358 (diff)
mark packages as present instead of installed to be consistent
Diffstat (limited to 'manifests/apticron.pp')
-rw-r--r--manifests/apticron.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/apticron.pp b/manifests/apticron.pp
index 7dbbfb6..0adcc68 100644
--- a/manifests/apticron.pp
+++ b/manifests/apticron.pp
@@ -1,5 +1,5 @@
class apt::apticron (
- $ensure_version = 'installed',
+ $ensure_version = 'present',
$config = "apt/${::operatingsystem}/apticron.erb",
$email = 'root',
$diff_only = '1',