diff options
author | romain <romain@FreeBSD.org> | 2018-09-27 17:29:44 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2018-09-27 17:29:44 +0800 |
commit | 6b9b9b4b595189996cfd5d4163b4fd2789e950ae (patch) | |
tree | 7eb384769a2fa8347e4402fc49834d5b890eb8d9 | |
parent | d1bb617a241853cde77b841bc517044197a1a155 (diff) | |
download | freebsd-ports-gnome-6b9b9b4b595189996cfd5d4163b4fd2789e950ae.tar.gz freebsd-ports-gnome-6b9b9b4b595189996cfd5d4163b4fd2789e950ae.tar.zst freebsd-ports-gnome-6b9b9b4b595189996cfd5d4163b4fd2789e950ae.zip |
Deprecate a bunch of MCollective related ports
No expiration date for now, but Marionette Collective agents are better
distributed to nodes by the Puppet Master, so that a consistent version is
deployed on all nodes.
With hat: puppet
-rw-r--r-- | sysutils/mcollective-actionpolicy-auth/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mcollective-nettest-common/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mcollective-nrpe-common/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mcollective-puppet-common/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mcollective-service-common/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/mcollective-actionpolicy-auth/Makefile b/sysutils/mcollective-actionpolicy-auth/Makefile index e3e591d38e6a..903264adc33f 100644 --- a/sysutils/mcollective-actionpolicy-auth/Makefile +++ b/sysutils/mcollective-actionpolicy-auth/Makefile @@ -9,6 +9,8 @@ COMMENT= MCollective Authorization plugin allowing fine grained ACLs LICENSE= APACHE20 +DEPRECATED= Agents are better distributed through the Puppet forge + RUN_DEPENDS= mcollective>=2:sysutils/mcollective USE_GITHUB= yes diff --git a/sysutils/mcollective-nettest-common/Makefile b/sysutils/mcollective-nettest-common/Makefile index dae21313b3b0..0e708f946d6e 100644 --- a/sysutils/mcollective-nettest-common/Makefile +++ b/sysutils/mcollective-nettest-common/Makefile @@ -9,6 +9,8 @@ COMMENT?= MCollective common files to test ICMP and TCP connectivity LICENSE= APACHE20 +DEPRECATED= Agents are better distributed through the Puppet forge + RUN_DEPENDS?= mcollective>=2:sysutils/mcollective USE_GITHUB= yes diff --git a/sysutils/mcollective-nrpe-common/Makefile b/sysutils/mcollective-nrpe-common/Makefile index 605fcb43c002..ed0be350a1a5 100644 --- a/sysutils/mcollective-nrpe-common/Makefile +++ b/sysutils/mcollective-nrpe-common/Makefile @@ -9,6 +9,8 @@ COMMENT?= MCollective common files to interact with the NRPE monitoring system LICENSE= APACHE20 +DEPRECATED= Agents are better distributed through the Puppet forge + RUN_DEPENDS?= mcollective>=2:sysutils/mcollective USE_GITHUB= yes diff --git a/sysutils/mcollective-puppet-common/Makefile b/sysutils/mcollective-puppet-common/Makefile index 6e877ef0b806..6796678ae101 100644 --- a/sysutils/mcollective-puppet-common/Makefile +++ b/sysutils/mcollective-puppet-common/Makefile @@ -9,6 +9,8 @@ COMMENT?= MCollective common files to manage the Puppet Agent LICENSE= APACHE20 +DEPRECATED= Agents are better distributed through the Puppet forge + RUN_DEPENDS?= mcollective>=2:sysutils/mcollective USE_GITHUB= yes diff --git a/sysutils/mcollective-service-common/Makefile b/sysutils/mcollective-service-common/Makefile index cde9dfd9637f..371bb0d766db 100644 --- a/sysutils/mcollective-service-common/Makefile +++ b/sysutils/mcollective-service-common/Makefile @@ -9,6 +9,8 @@ COMMENT?= MCollective common files to manage the OS Services LICENSE= APACHE20 +DEPRECATED= Agents are better distributed through the Puppet forge + RUN_DEPENDS?= mcollective>=2:sysutils/mcollective USE_GITHUB= yes |