summaryrefslogtreecommitdiff
path: root/manifests/common.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-02 19:10:38 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-02 19:22:48 +0200
commita68e71d097c211519c4d57b5feb7cc24d0a6f8cf (patch)
treedf30a21e022d2260a73a3f3800709c59721afb0f /manifests/common.pp
parentMinor fixes in resolv. (diff)
downloadprofiles-a68e71d097c211519c4d57b5feb7cc24d0a6f8cf.tar.gz
profiles-a68e71d097c211519c4d57b5feb7cc24d0a6f8cf.tar.xz
Replace package directives with ensure_packages.
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 })
}