summaryrefslogtreecommitdiff
path: root/manifests/dselect.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/dselect.pp
parentfd8b21222b969e779d10cb5d49e2e10f717b8358 (diff)
mark packages as present instead of installed to be consistent
Diffstat (limited to 'manifests/dselect.pp')
-rw-r--r--manifests/dselect.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/dselect.pp b/manifests/dselect.pp
index beee9ee..bfc6cb3 100644
--- a/manifests/dselect.pp
+++ b/manifests/dselect.pp
@@ -9,6 +9,6 @@ class apt::dselect {
}
package { 'dselect':
- ensure => installed;
+ ensure => present;
}
}