Project

General

Profile

« Previous | Next » 

Revision 8b9a9f38

Added by Ewoud Kohl van Wijngaarden about 4 years ago

Puppet lint fix

View differences:

manifests/server/enc.pp
# Set up the ENC config
# @api private
class puppet::server::enc(
$enc_path = $::puppet::server::external_nodes
$enc_path = $puppet::server::external_nodes
) {
puppet::config::master {
'external_nodes': value => $enc_path;

Also available in: Unified diff