Actions
Feature #9347
closedpuppet module should support alternate agent service name
Description
Right now you can't override the service name ('puppet') when instantiating the puppet class, ie:
class {'puppet':
service_name => 'pe-puppet',
}
This is because the declaration of the 'puppet' service uses $puppet::params::service_name. We should change that to $puppet::service_name.
Updated by Anonymous over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset puppet-puppet|804faa758014864dfea5872f47351990f4e5b5f8.
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 28
Actions