Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

"server_daemonize = true" should be the default #325

@luksi1

Description

@luksi1

Puppet agent: 3.4.3
OS: Ubuntu 12.04 och 14.04

This clause is causing me problems and I'm not sure why it's even there:

manifests/defaults.pp
if ($::operatingsystem == 'Ubuntu' and versioncmp($::operatingsystemrelease, '14.10') <= 0){ $server_daemonize = false # See https://tickets.puppetlabs.com/browse/MCO-167 } else { $server_daemonize = true }
A server.cfg with a daemonize = 0 will cause the mcollective init script to hang in 12.04 and 14.04 (and I presume any versions less than that).

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