Merge "Address unmet dependency in puppet-etcd-1.12.3"
This commit is contained in:
commit
d05f33d775
@ -0,0 +1,11 @@
|
||||
---
|
||||
debname: puppet-module-cristifalcas-etcd
|
||||
debver: 1.12.3-3
|
||||
dl_path:
|
||||
name: puppet-module-cristifalcas-etcd-1.12.3-3.tar.gz
|
||||
url: https://salsa.debian.org/openstack-team/puppet/puppet-module-cristifalcas-etcd/-/archive/debian/1.12.3-3/puppet-module-cristifalcas-etcd-debian-1.12.3-3.tar.gz
|
||||
md5sum: 9ca374f32dad83478801a6eb4c1c52dd
|
||||
sha256sum: ce3d08c990c390b3927e9f62a8eb1beff4d49b60da7e997f3a886fc49cf3d911
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
@ -0,0 +1,26 @@
|
||||
From 7ec509189906c18d93470004a2d676f1a07484b8 Mon Sep 17 00:00:00 2001
|
||||
From: Matheus Machado Guilhermino <matheus.machadoguilhermino@windriver.com>
|
||||
Date: Mon, 14 Mar 2022 17:46:12 +0000
|
||||
Subject: [PATCH] Allow use with stdlib-5.0.0
|
||||
|
||||
Signed-off-by: Matheus Machado Guilhermino <matheus.machadoguilhermino@windriver.com>
|
||||
---
|
||||
metadata.json | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/metadata.json b/metadata.json
|
||||
index b052ad3..f237870 100644
|
||||
--- a/metadata.json
|
||||
+++ b/metadata.json
|
||||
@@ -52,7 +52,7 @@
|
||||
],
|
||||
"dependencies": [{
|
||||
"name": "puppetlabs/stdlib",
|
||||
- "version_requirement": ">= 4.6.0 < 5.0.0"
|
||||
+ "version_requirement": ">= 4.6.0 <= 5.0.0"
|
||||
}
|
||||
],
|
||||
"tags": [ "etcd"
|
||||
--
|
||||
2.30.2
|
||||
|
@ -0,0 +1 @@
|
||||
0001-Allow-use-with-stdlib-5.0.0.patch
|
@ -20,6 +20,7 @@ config/puppet-modules/openstack/puppet-oslo-17.4.0
|
||||
config/puppet-modules/puppet-boolean-2.0.2
|
||||
config/puppet-modules/puppet-dnsmasq
|
||||
config/puppet-modules/puppet-drbd-0.5.2
|
||||
config/puppet-modules/puppet-etcd-1.12.3
|
||||
config/puppet-modules/puppetlabs-haproxy-2.1.0
|
||||
config/puppet-modules/puppetlabs-postgresql-6.7.0
|
||||
config/puppet-modules/puppetlabs-stdlib-5.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user