We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87701ae commit 921ff46Copy full SHA for 921ff46
lib/puppet_x/binford2k/node_encrypt.rb
@@ -45,7 +45,7 @@ def self.encrypt(data, destination)
45
hostcert = scope.lookupvar('clientcert_pem')
46
target = OpenSSL::X509::Certificate.new(hostcert)
47
else
48
- url = 'https://github.com/binford2k/binford2k-node_encrypt#automatically-distributing-certificates-to-compile-servers'
+ url = 'https://github.com/puppetlabs/puppetlabs-node_encrypt#automatically-distributing-certificates-to-compile-servers'
49
raise ArgumentError, "Client certificate does not exist. See #{url} for more info."
50
end
51
0 commit comments