Update to 5.5.6
This commit is contained in:
parent
052e48a1d9
commit
2652d0da88
@ -1,7 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2018/09/04 12:46:23 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2018/09/18 21:09:46 sebastia Exp $
|
||||
|
||||
VERSION= 5.5.3
|
||||
REVISION= 0
|
||||
VERSION= 5.5.6
|
||||
|
||||
RUN_DEPENDS+= databases/ruby-hiera3,${MODRUBY_FLAVOR} \
|
||||
devel/ruby-gettext-setup,${MODRUBY_FLAVOR}>=0.28,<1 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (puppet-5.5.3.tar.gz) = ozU2kjbn2I4GFrkY0lsHF4wSoZ7eOx95uC2azhvIkBA=
|
||||
SIZE (puppet-5.5.3.tar.gz) = 3040000
|
||||
SHA256 (puppet-5.5.6.tar.gz) = CsX1tzfHmAyzeAnCBJE3DV9gnzyiLcJlUGjTliRDPtA=
|
||||
SIZE (puppet-5.5.6.tar.gz) = 3026301
|
||||
|
@ -1,22 +1,24 @@
|
||||
$OpenBSD: patch-lib_puppet_defaults_rb,v 1.3 2018/07/25 08:46:17 sebastia Exp $
|
||||
$OpenBSD: patch-lib_puppet_defaults_rb,v 1.4 2018/09/18 21:09:46 sebastia Exp $
|
||||
Index: lib/puppet/defaults.rb
|
||||
--- lib/puppet/defaults.rb.orig
|
||||
+++ lib/puppet/defaults.rb
|
||||
@@ -1190,11 +1190,11 @@ EOT
|
||||
@@ -1211,13 +1211,13 @@ EOT
|
||||
|
||||
define_settings(:master,
|
||||
:user => {
|
||||
- :default => "puppet",
|
||||
+ :default => "_puppet",
|
||||
:desc => "The user puppet master should run as.",
|
||||
:desc => "The user Puppet Server will run as. Used to ensure
|
||||
the agent side processes (agent, apply, etc) create files and
|
||||
directories readable by Puppet Server when necessary.",
|
||||
},
|
||||
:group => {
|
||||
- :default => "puppet",
|
||||
+ :default => "_puppet",
|
||||
:desc => "The group puppet master should run as.",
|
||||
},
|
||||
:default_manifest => {
|
||||
@@ -1291,7 +1291,7 @@ EOT
|
||||
:desc => "The group Puppet Server will run as. Used to ensure
|
||||
the agent side processes (agent, apply, etc) create files and
|
||||
directories readable by Puppet Server when necessary.",
|
||||
@@ -1320,7 +1320,7 @@ EOT
|
||||
if Puppet::Util::Platform.windows?
|
||||
'$codedir/modules'
|
||||
else
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2018/09/04 12:46:23 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2018/09/18 21:09:46 sebastia Exp $
|
||||
@option is-branch
|
||||
@newgroup _puppet:580
|
||||
@newuser _puppet:580:580:daemon:Puppet user:/var/empty:/sbin/nologin
|
||||
@ -1321,7 +1321,7 @@ ${MODRUBY_SITEDIR}/puppet_x.rb
|
||||
@man man/man8/puppet-script.8
|
||||
@man man/man8/puppet-status.8
|
||||
@man man/man8/puppet.8
|
||||
share/doc/pkg-readmes/${PKGSTEM}
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
${MODRUBY_RELEXAMPLEDIR}-puppet/
|
||||
${MODRUBY_RELEXAMPLEDIR}-puppet/code/
|
||||
@sample ${SYSCONFDIR}/puppetlabs/code/environments/
|
||||
|
Loading…
x
Reference in New Issue
Block a user