Yuvipanda has submitted this change and it was merged.

Change subject: dynamicproxy: Use lua-json package instead of liblua5.1-json
......................................................................


dynamicproxy: Use lua-json package instead of liblua5.1-json

In Debian Jessie, liblua5.1-json is no longer a package on its own,
but only provided by lua-json.  This causes Puppet to try to install
it on every run.

This change replaces the reference with lua-json.

Change-Id: I1d77dbd71c84c8f05ce955d8cbf25fb3edc3aee5
---
M modules/dynamicproxy/manifests/init.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Yuvipanda: Looks good to me, approved
  Merlijn van Deen: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/modules/dynamicproxy/manifests/init.pp 
b/modules/dynamicproxy/manifests/init.pp
index 2c7dd3e..e7e0a06 100644
--- a/modules/dynamicproxy/manifests/init.pp
+++ b/modules/dynamicproxy/manifests/init.pp
@@ -152,11 +152,11 @@
         file { '/etc/nginx/lua/list-proxy-entries.lua':
             ensure  => 'file',
             source  => 'puppet:///modules/dynamicproxy/list-proxy-entries.lua',
-            require => [File['/etc/nginx/lua'], Package['liblua5.1-json']],
+            require => [File['/etc/nginx/lua'], Package['lua-json']],
             notify  => Service['nginx'],
         }
 
-        package { 'liblua5.1-json':
+        package { 'lua-json':
             ensure => installed,
         }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/263230
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1d77dbd71c84c8f05ce955d8cbf25fb3edc3aee5
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Tim Landscheidt <t...@tim-landscheidt.de>
Gerrit-Reviewer: Merlijn van Deen <valhall...@arctus.nl>
Gerrit-Reviewer: Yuvipanda <yuvipa...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to