Unverified Commit 1ce3d1e8 authored by Ewoud Kohl van Wijngaarden's avatar Ewoud Kohl van Wijngaarden
Browse files

Install required _core modules on Debian non-AIO tests

On Debian 12 the mailaias_core and augeas_core modules aren't installed
as part of the distro puppet-agent package, but this module relies on
it.
parent aaf6c16b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
if fact('os.name') == 'Debian' and !fact('aio_agent_version') {
  package { ['puppet-module-puppetlabs-augeas-core', 'puppet-module-puppetlabs-mailalias-core']:
    ensure => present,
  }
}