Skip to content

Installation doesn't start if Agent run failed #778

Open
@WeiterWeiterFertigstellen

Description

Hello,

we use this code to update the Puppet agent on Windows:

      class { '::puppet_agent':
        package_version => $dcm::base::puppet_agent['exact_version'],
        install_options => ['ENABLE_LONG_PATHS=true'],
        absolute_source => 'c:/Windows/Temp/puppet-agent-8.12.0-x64.msi',
        require         => Archive['c:/Windows/Temp/puppet-agent-8.12.0-x64.msi'],
      }

We noticed that the installation only starts, if the agent run ends without failure. Is this intended?

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