From 2cf97fbf458522e9da6a3ed21e3105d1f488d111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Thu, 22 Dec 2016 22:41:20 -0500 Subject: mark packages as present instead of installed to be consistent --- manifests/dselect.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/dselect.pp') 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; } } -- cgit v1.2.3