diff options
author | robak <robak@FreeBSD.org> | 2014-08-15 23:59:11 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2014-08-15 23:59:11 +0800 |
commit | e7bb8b10c68639dc167f0bef8dece1db9d8175b9 (patch) | |
tree | d71454545ffb534c66c2fa99b6a9059a7e6dc9c2 /sysutils/mcollective-shell-client/pkg-descr | |
parent | 059d7722a25908005712604b7752150c421d67df (diff) | |
download | freebsd-ports-gnome-e7bb8b10c68639dc167f0bef8dece1db9d8175b9.tar.gz freebsd-ports-gnome-e7bb8b10c68639dc167f0bef8dece1db9d8175b9.tar.zst freebsd-ports-gnome-e7bb8b10c68639dc167f0bef8dece1db9d8175b9.zip |
sysutils/mcollective-shell-client: NEW PORT - official MCollecive shell plugin client
Submitted by: Bartek Rutkowski <robak@FreeBSD.org>
Approved by: swills (mentor)
Diffstat (limited to 'sysutils/mcollective-shell-client/pkg-descr')
-rw-r--r-- | sysutils/mcollective-shell-client/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/mcollective-shell-client/pkg-descr b/sysutils/mcollective-shell-client/pkg-descr new file mode 100644 index 000000000000..1f74a3645d90 --- /dev/null +++ b/sysutils/mcollective-shell-client/pkg-descr @@ -0,0 +1,9 @@ +The shell client allows you to get commands executed via MCollective's +mcollective-shell-agent plugin. + +It allows the running of long-running processes with a mechanism to check in +on the output from these long-running processes, which is independent of the +mcollective daemon process (the daemon can be restarted without interrupting +the processes) + +WWW: https://github.com/puppetlabs/mcollective-shell-agent |