summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-10-11 20:05:38 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-10-11 20:14:43 +0000
commite07ac58169824977f657b124ed2693d25bb04ccb (patch)
tree20c660efa60042880b0cc1f849d912599fdd234b
parentd32416d4d8df71f219318084f78cdb37d2926f62 (diff)
downloadmeta-cloud-services-e07ac58169824977f657b124ed2693d25bb04ccb.tar.gz
puppet: update to 7.33.0
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-support/puppet/puppet/add_puppet_gemspec.patch2
-rw-r--r--recipes-support/puppet/puppet_7.33.0.bb13
2 files changed, 8 insertions, 7 deletions
diff --git a/recipes-support/puppet/puppet/add_puppet_gemspec.patch b/recipes-support/puppet/puppet/add_puppet_gemspec.patch
index 50c215c..d68b18c 100644
--- a/recipes-support/puppet/puppet/add_puppet_gemspec.patch
+++ b/recipes-support/puppet/puppet/add_puppet_gemspec.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1diff -urN puppet-3.7.3_ori/puppet.gemspec puppet-3.7.3/puppet.gemspec 3diff -urN puppet-3.7.3_ori/puppet.gemspec puppet-3.7.3/puppet.gemspec
2--- puppet-3.7.3_ori/puppet.gemspec 1970-01-01 08:00:00.000000000 +0800 4--- puppet-3.7.3_ori/puppet.gemspec 1970-01-01 08:00:00.000000000 +0800
3+++ puppet-3.7.3/puppet.gemspec 2014-11-12 14:30:07.000000000 +0800 5+++ puppet-3.7.3/puppet.gemspec 2014-11-12 14:30:07.000000000 +0800
diff --git a/recipes-support/puppet/puppet_7.33.0.bb b/recipes-support/puppet/puppet_7.33.0.bb
index c207e40..da904c4 100644
--- a/recipes-support/puppet/puppet_7.33.0.bb
+++ b/recipes-support/puppet/puppet_7.33.0.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Open source Puppet is a configuration management system" 1SUMMARY = "Open source Puppet is a configuration management system"
2HOMEPAGE = "https://puppetlabs.com/puppet/puppet-open-source" 2HOMEPAGE = "https://puppetlabs.com/puppet/puppet-open-source"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7c9045ec00cc0d6b6e0e09ee811da4a0" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=72bcf758cb771bfde198d175d9e48429"
5 5
6SRC_URI = " \ 6SRC_URI = " \
7 https://downloads.puppetlabs.com/puppet/puppet-${PV}.tar.gz \ 7 https://downloads.puppetlabs.com/puppet/puppet-${PV}.tar.gz \
@@ -10,8 +10,8 @@ SRC_URI = " \
10 file://puppet.init \ 10 file://puppet.init \
11 file://puppet.service \ 11 file://puppet.service \
12" 12"
13SRC_URI[md5sum] = "e26702fbfb464121d8d60e639ea254d9" 13SRC_URI[md5sum] = "82276f0f2547db525af87bf42cf9284f"
14SRC_URI[sha256sum] = "8db3a89c9ced01b43c57f89e42d099a763d02f38bcea5d6c73e1245556932bb2" 14SRC_URI[sha256sum] = "a42c691f460eeccdadb175fa7430aa6e366782b2881af9e4b4c8e6e621d7607d"
15 15
16inherit ruby update-rc.d systemd 16inherit ruby update-rc.d systemd
17 17
@@ -41,14 +41,13 @@ do_install:append() {
41 install -d ${D}${sysconfdir}/puppet/manifests 41 install -d ${D}${sysconfdir}/puppet/manifests
42 install -d ${D}${sysconfdir}/puppet/modules 42 install -d ${D}${sysconfdir}/puppet/modules
43 43
44 install -m 655 ${S}/conf/auth.conf ${D}${sysconfdir}/puppet/
45 install -m 655 ${S}/conf/fileserver.conf ${D}${sysconfdir}/puppet/ 44 install -m 655 ${S}/conf/fileserver.conf ${D}${sysconfdir}/puppet/
46 install -m 655 ${S}/conf/environment.conf ${D}${sysconfdir}/puppet/ 45 install -m 655 ${S}/conf/environment.conf ${D}${sysconfdir}/puppet/
47 install -m 655 ${WORKDIR}/puppet.conf ${D}${sysconfdir}/puppet/ 46 install -m 655 ${UNPACKDIR}/puppet.conf ${D}${sysconfdir}/puppet/
48 47
49 install -d ${D}${systemd_unitdir}/system 48 install -d ${D}${systemd_unitdir}/system
50 install -m 0644 ${WORKDIR}/puppet.service ${D}${systemd_unitdir}/system 49 install -m 0644 ${UNPACKDIR}/puppet.service ${D}${systemd_unitdir}/system
51 50
52 install -d ${D}${sysconfdir}/init.d 51 install -d ${D}${sysconfdir}/init.d
53 install -m 0755 ${WORKDIR}/puppet.init ${D}${sysconfdir}/init.d/puppet 52 install -m 0755 ${UNPACKDIR}/puppet.init ${D}${sysconfdir}/init.d/puppet
54} 53}