af41f55753
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
8 lines
198 B
Text
8 lines
198 B
Text
--- 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'
|