diff options
author | Romain Tartière <romain@FreeBSD.org> | 2021-05-23 09:32:31 -1000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2021-05-23 09:32:31 -1000 |
commit | af41f55753385d93f35fbdf3ad7fecf23a9c8721 (patch) | |
tree | 8a83d252ba92f506f7b8f03e41da1f50e96bb815 /sysutils/pxp-agent/files/patch-modules_pxp-module-puppet | |
parent | net/cpp-pcp-client: New port (diff) |
sysutils/pxp-agent: New port
This is the agent for the PCP Execution Protocol (PXP), based on the the Puppet
Communications Protocol (PCP). It enables the execution of actions on remote
nodes.
WWW: https://github.com/puppetlabs/pxp-agent
With hat: puppet
Diffstat (limited to 'sysutils/pxp-agent/files/patch-modules_pxp-module-puppet')
-rw-r--r-- | sysutils/pxp-agent/files/patch-modules_pxp-module-puppet | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/pxp-agent/files/patch-modules_pxp-module-puppet b/sysutils/pxp-agent/files/patch-modules_pxp-module-puppet new file mode 100644 index 000000000000..a4aa813673de --- /dev/null +++ b/sysutils/pxp-agent/files/patch-modules_pxp-module-puppet @@ -0,0 +1,8 @@ +--- modules/pxp-module-puppet.orig 2018-09-28 17:04:38 UTC ++++ modules/pxp-module-puppet +@@ -1,4 +1,4 @@ +-#!/opt/puppetlabs/puppet/bin/ruby ++#!/usr/bin/env ruby + # encoding: UTF-8 + + require 'json' |