summaryrefslogtreecommitdiff
path: root/manifests/listchanges.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/listchanges.pp
parentfd8b21222b969e779d10cb5d49e2e10f717b8358 (diff)
mark packages as present instead of installed to be consistent
Diffstat (limited to 'manifests/listchanges.pp')
-rw-r--r--manifests/listchanges.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/listchanges.pp b/manifests/listchanges.pp
index e2b77be..d657812 100644
--- a/manifests/listchanges.pp
+++ b/manifests/listchanges.pp
@@ -1,5 +1,5 @@
class apt::listchanges (
- $ensure_version = 'installed',
+ $ensure_version = 'present',
$config = "apt/${::operatingsystem}/listchanges.erb",
$frontend = 'mail',
$email = 'root',