Commit c0bd8b03 authored by Rene Ladan's avatar Rene Ladan
Browse files

sysutils/rubygem-puppetserver-ca: Remove expired port

2026-07-01 sysutils/rubygem-puppetserver-ca: Discontinued, use sysutils/rubygem-openvoxserver-ca
parent 782c3f84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5486,3 +5486,4 @@ sysutils/puppetserver8|sysutils/openvox-server8|2026-07-01|Has expired: Disconti
sysutils/puppet8|sysutils/openvox-agent8|2026-07-01|Has expired: Discontinued, use sysutils/openvox-agent8
databases/puppetdb8|databases/openvoxdb8|2026-07-01|Has expired: Discontinued, use databases/openvoxdb8
databases/puppetdb-terminus8|databases/openvoxdb-terminus8|2026-07-01|Has expired: Discontinued, use databases/openvoxdb-terminus8
sysutils/rubygem-puppetserver-ca|sysutils/rubygem-openvoxserver-ca|2026-07-01|Has expired: Discontinued, use sysutils/rubygem-openvoxserver-ca
+0 −1
Original line number Diff line number Diff line
@@ -1263,7 +1263,6 @@
    SUBDIR += rubygem-parallel
    SUBDIR += rubygem-puppet_forge
    SUBDIR += rubygem-puppetfile-resolver
    SUBDIR += rubygem-puppetserver-ca
    SUBDIR += rubygem-r10k
    SUBDIR += rubygem-redfish_client
    SUBDIR += rubygem-rubyipmi
+0 −26
Original line number Diff line number Diff line
PORTNAME=	puppetserver-ca
PORTVERSION=	2.7.1
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	puppet@FreeBSD.org
COMMENT=	Ruby CLI tool to interact with the Puppet Server Certificate Authority
WWW=		https://github.com/puppetlabs/puppetserver-ca-cli/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Discontinued, use sysutils/rubygem-openvoxserver-ca
EXPIRATION_DATE=2026-07-01

RUN_DEPENDS=	rubygem-facter>=2.0.1:sysutils/rubygem-facter

USES=		gem

CONFLICTS_INSTALL=	rubygem-openvoxserver-ca

NO_ARCH=	yes

PLIST_FILES=	bin/puppetserver-ca

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1766860023
SHA256 (rubygem/puppetserver-ca-2.7.1.gem) = 368ddb41aef34f10e1dd5f54e62387804ddbd9d183db0b37f92b493c02c2fd12
SIZE (rubygem/puppetserver-ca-2.7.1.gem) = 47616
+0 −11
Original line number Diff line number Diff line
--- lib/puppetserver/ca/config/puppet.rb.orig	2020-11-06 21:46:06 UTC
+++ lib/puppetserver/ca/config/puppet.rb
@@ -97,7 +97,7 @@ module Puppetserver
           # defaults below
           base_defaults = [
             [:confdir, user_specific_puppet_confdir],
-            [:ssldir,'$confdir/ssl'],
+            [:ssldir, '/var/puppet/ssl'],
             [:certdir, '$ssldir/certs'],
             [:certname, default_certname],
             [:server, 'puppet'],
Loading