summaryrefslogtreecommitdiff
path: root/manifests/preseeded_package.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/preseeded_package.pp
parentfd8b21222b969e779d10cb5d49e2e10f717b8358 (diff)
mark packages as present instead of installed to be consistent
Diffstat (limited to 'manifests/preseeded_package.pp')
-rw-r--r--manifests/preseeded_package.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/preseeded_package.pp b/manifests/preseeded_package.pp
index 3c69f9b..7e092fd 100644
--- a/manifests/preseeded_package.pp
+++ b/manifests/preseeded_package.pp
@@ -1,7 +1,7 @@
# Install a package with a preseed file to automatically answer some questions.
define apt::preseeded_package (
- $ensure = 'installed',
+ $ensure = 'present',
$content = '',
) {