Project

General

Profile

« Previous | Next » 

Revision 45e7e8a3

Added by Eric Helms over 10 years ago

Applying Puppet lint.

View differences:

manifests/child/config.pp
# Pulp Node Configuration
class pulp::child::config {
file {
"/etc/pulp/nodes.conf":
content => template("pulp/etc/pulp/nodes.conf.erb"),
file { '/etc/pulp/nodes.conf':
ensure => 'file',
content => template('pulp/etc/pulp/nodes.conf.erb'),
}
# we need to make sure the goferd reads the current oauth credentials to talk

Also available in: Unified diff