stop building puppet 3, effectively making puppet 4 the default on OpenBSD.
puppet 3 is scheduled to be removed from the tree after 6.1. for more information on migrating to Puppet 4, please refer to [1] as a starting point. however note we don't have a port for puppetserver yet, it's a work in progress, see upstream SERVER-14 for more information. However the ruby puppetmaster still works fine for us. 1: https://docs.puppet.com/puppet/latest/reference/upgrade_major_pre.html as discussed with and OK sebastia@
This commit is contained in:
parent
e77e779d49
commit
e9ae4747a7
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.56 2016/06/01 09:11:24 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.57 2016/09/06 11:14:51 jasper Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += 3
|
||||
#SUBDIR += 3
|
||||
SUBDIR += 4
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.40 2016/09/05 09:00:08 jasper Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.41 2016/09/06 11:14:51 jasper Exp $
|
||||
|
||||
PKG_ARCH ?= *
|
||||
COMMENT ?= centralised configuration management for networks
|
||||
@ -17,6 +17,10 @@ SUBST_VARS += RUBY
|
||||
# For maintenance/ease of use, the following ports should use the same
|
||||
# Ruby version as Puppet. Please consult this matrix before adjusting:
|
||||
# https://docs.puppet.com/guides/platforms.html#ruby-versions
|
||||
#
|
||||
# The Puppet 3 ports have been unhooked and should be removed after
|
||||
# removed after OpenBSD 6.1.
|
||||
#
|
||||
# Common:
|
||||
# devel/ruby-rgen
|
||||
# databases/ruby-hiera-eyaml
|
||||
|
Loading…
Reference in New Issue
Block a user