Skip to content

service puppet not managed on PE 2016.1.2 #145

@Raskil

Description

@Raskil

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions