diff options
author | swills <swills@FreeBSD.org> | 2014-03-30 07:29:33 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-03-30 07:29:33 +0800 |
commit | d41989892aa160c9734385ca1b26f823309e55c2 (patch) | |
tree | a5f0ebaa7667671cbc38985eaffca43737b7e39b /sysutils/Makefile | |
parent | 1f4116f47df230a5c6413cdfb66345b47c5b756e (diff) | |
download | freebsd-ports-gnome-d41989892aa160c9734385ca1b26f823309e55c2.tar.gz freebsd-ports-gnome-d41989892aa160c9734385ca1b26f823309e55c2.tar.zst freebsd-ports-gnome-d41989892aa160c9734385ca1b26f823309e55c2.zip |
This agent manages the puppet agent, unlike the older puppetd plugin this one
supports Puppet 3 and recent changes made to its locking and status files.
WWW: https://github.com/puppetlabs/mcollective-puppet-agent/
PR: ports/186532
Submitted by: Anes Mukhametov <anes@anes.su>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index edf4b7983b9e..30343dd89dd8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -499,6 +499,7 @@ SUBDIR += mcelog SUBDIR += mcollective SUBDIR += mcollective-nrpe-agent + SUBDIR += mcollective-puppet-agent SUBDIR += mcron SUBDIR += mcweject SUBDIR += mdcp |