summaryrefslogtreecommitdiff
path: root/manifests/dselect.pp
diff options
context:
space:
mode:
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;
}
}