summaryrefslogtreecommitdiff
path: root/manifests/common.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/common.pp')
-rw-r--r--manifests/common.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index 63a1cd1..b6e2ec1 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -71,8 +71,6 @@ class profiles::common (
'lsof',
])
- package { 'nano':
- ensure => absent,
- }
+ ensure_packages(['nano'], { ensure => absent })
}