summaryrefslogtreecommitdiff
path: root/manifests/synth.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/synth.pp
parentMinor fixes in resolv. (diff)
downloadprofiles-a68e71d097c211519c4d57b5feb7cc24d0a6f8cf.tar.gz
profiles-a68e71d097c211519c4d57b5feb7cc24d0a6f8cf.tar.xz
Replace package directives with ensure_packages.
Diffstat (limited to 'manifests/synth.pp')
-rw-r--r--manifests/synth.pp6
1 files changed, 3 insertions, 3 deletions
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)