Lcarr has submitted this change and it was merged.
Change subject: Install lilypond on Apache nodes (used by Score extension)
......................................................................
Install lilypond on Apache nodes (used by Score extension)
Bug: 46374
Change-Id: Ie6256bfc3a44c0d65f510f96e317e1bee0ca592c
---
M modules/applicationserver/manifests/packages.pp
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
Lcarr: Verified; Looks good to me, approved
diff --git a/modules/applicationserver/manifests/packages.pp
b/modules/applicationserver/manifests/packages.pp
index 8f5efd0..277a5d8 100644
--- a/modules/applicationserver/manifests/packages.pp
+++ b/modules/applicationserver/manifests/packages.pp
@@ -9,6 +9,10 @@
"php5-memcached", "libmemcached10", "php5-igbinary" ]:
ensure => latest;
}
+ # used by Score extension to render MIDI to Ogg Vorbis
+ package { [ "lilypond" ]:
+ ensure => latest;
+ }
if $::lsbdistid == "Ubuntu" and versioncmp($::lsbdistrelease, "12.04")
>= 0 {
# On Precise, the 'php5' packages also provides the 'php5-fpm'
which
--
To view, visit https://gerrit.wikimedia.org/r/56577
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie6256bfc3a44c0d65f510f96e317e1bee0ca592c
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: J <[email protected]>
Gerrit-Reviewer: Lcarr <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: Tim Starling <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits