J has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/56577


Change subject: install lilypond on apache nodes (used by Score extension)
......................................................................

install lilypond on apache nodes (used by Score extension)

Change-Id: Ie6256bfc3a44c0d65f510f96e317e1bee0ca592c
---
M modules/applicationserver/manifests/packages.pp
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/77/56577/1

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: newchange
Gerrit-Change-Id: Ie6256bfc3a44c0d65f510f96e317e1bee0ca592c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: J <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to