summaryrefslogtreecommitdiff
path: root/manifests/imagemagick.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/imagemagick.pp
parentMinor fixes in resolv. (diff)
downloadprofiles-a68e71d097c211519c4d57b5feb7cc24d0a6f8cf.tar.gz
profiles-a68e71d097c211519c4d57b5feb7cc24d0a6f8cf.tar.xz
Replace package directives with ensure_packages.
Diffstat (limited to '')
-rw-r--r--manifests/imagemagick.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/imagemagick.pp b/manifests/imagemagick.pp
index 2793955..bdf1a68 100644
--- a/manifests/imagemagick.pp
+++ b/manifests/imagemagick.pp
@@ -1,8 +1,8 @@
# Imagemagick configuration
class profiles::imagemagick {
- package { 'imagemagick':
- ensure => installed,
- }
+ ensure_packages([
+ 'imagemagick',
+ ])
# Allows handling of pdf:s
file { '/etc/ImageMagick-7/policy.xml':