]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Fix apache version in metadata
authorThomas Goirand <zigo@debian.org>
Thu, 28 Jun 2018 21:09:35 +0000 (23:09 +0200)
committerThomas Goirand <zigo@debian.org>
Thu, 28 Jun 2018 21:10:09 +0000 (23:10 +0200)
puppetlabs-apache 1.10 doesn't work, so let's fix that.
Plus debian release is 9.

Change-Id: I2f87baadde809574a4b20984a562611db6c39336

metadata.json

index 213b4d2d8def98e30737263cb61d84cc1172ded6..b5726563a50c58bb2cb5f82e46f50b22882bcc82 100644 (file)
@@ -3,7 +3,7 @@
     "dependencies": [
         {
             "name": "puppetlabs/apache",
-            "version_requirement": ">=1.0.0 <2.0.0"
+            "version_requirement": ">=3.0.0"
         },
         {
             "name": "puppetlabs/inifile",
@@ -34,7 +34,7 @@
         {
             "operatingsystem": "Debian",
             "operatingsystemrelease": [
-                "8"
+                "9"
             ]
         },
         {