puppet: update to 6.16.0.
This commit is contained in:
parent
bc4e638097
commit
060115f53f
@ -1,25 +0,0 @@
|
|||||||
From 6ce9bee9e23010893952a5b2f6e8fbeb6c4b3628 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= <romain@blogreen.org>
|
|
||||||
Date: Mon, 25 Nov 2019 15:11:45 -1000
|
|
||||||
Subject: [PATCH] (maint) Add missing require: singleton
|
|
||||||
|
|
||||||
This file use the Singleton pattern implemented by Ruby's Singleton
|
|
||||||
class in the singleton module. Require the singleton module before
|
|
||||||
using the Singleton class.
|
|
||||||
---
|
|
||||||
lib/puppet/runtime.rb | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git lib/puppet/runtime.rb lib/puppet/runtime.rb
|
|
||||||
index 1d52cec59b..73bd9eb07f 100644
|
|
||||||
--- lib/puppet/runtime.rb
|
|
||||||
+++ lib/puppet/runtime.rb
|
|
||||||
@@ -1,4 +1,5 @@
|
|
||||||
require 'puppet/http'
|
|
||||||
+require 'singleton'
|
|
||||||
|
|
||||||
class Puppet::Runtime
|
|
||||||
include Singleton
|
|
||||||
--
|
|
||||||
2.24.0
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'puppet'
|
# Template file for 'puppet'
|
||||||
pkgname=puppet
|
pkgname=puppet
|
||||||
version=6.11.1
|
version=6.16.0
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=ruby-module
|
build_style=ruby-module
|
||||||
hostmakedepends="ruby facter-devel hiera which"
|
hostmakedepends="ruby facter-devel hiera which"
|
||||||
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://puppetlabs.com/facter"
|
homepage="https://puppetlabs.com/facter"
|
||||||
distfiles="https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=accead9c3dcb831c8e57ea157b7b321f11f3ce2eed7f6bfede701079911f1393
|
checksum=38587a835311620b08e78d8e181ce348d8ff74efc3dda67a7e0d29358b0cf761
|
||||||
|
|
||||||
system_accounts="puppet"
|
system_accounts="puppet"
|
||||||
puppet_homedir="/var/lib/puppet"
|
puppet_homedir="/var/lib/puppet"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user