From a68e71d097c211519c4d57b5feb7cc24d0a6f8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 2 Oct 2022 19:10:38 +0200 Subject: Replace package directives with ensure_packages. --- manifests/synth.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/synth.pp') diff --git a/manifests/synth.pp b/manifests/synth.pp index eb01f8f..afbe2ca 100644 --- a/manifests/synth.pp +++ b/manifests/synth.pp @@ -1,8 +1,8 @@ class profiles::synth { - package { 'freepats-general-midi': - ensure => installed, - } + ensure_packages([ + 'freepats-general-midi', + ]) file { '/etc/conf.d/fluidsynth': content => @(EOF) -- cgit v1.2.3