openbsd-ports/sysutils/ruby-puppet/Makefile
jasper e9ae4747a7 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@
2016-09-06 11:14:51 +00:00

8 lines
139 B
Makefile

# $OpenBSD: Makefile,v 1.57 2016/09/06 11:14:51 jasper Exp $
SUBDIR =
#SUBDIR += 3
SUBDIR += 4
.include <bsd.port.subdir.mk>