-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Description
Hi,
we face a problem with the pupept_agent module and our PE 2016.1.2 Infrastructure. It looks like the service puppet is not managed on a node if we apply pupept_agent. It looks like puppet_agent ist not including the service definitions in pe:
# On windows, our MSI handles the services
# On PE AIO nodes, PE Agent nodegroup is managing the services
if $::osfamily != 'windows' and (!is_pe or versioncmp($::clientversion, '4.0.0') < 0) {
class { '::puppet_agent::service':
require => Class['::puppet_agent::install'],
}I've reviewed the classes of "PE Agent nodegroup" and none of them is managing the puppet agent service (mcollective and pxp-agent are managed thogh). Would it be possible to manage the puppet agent service with this module on a pe infradtructure as well?
Regards
Raskil
kenyon
Metadata
Metadata
Assignees
Labels
No labels