voxpupuli / puppet-network

Types and providers to manage network interfaces
https://forge.puppet.com/puppet/network
Apache License 2.0
67 stars 107 forks source link

installation of ifenslave during configuring bond fails on Debian >=11 #305

Closed hbog closed 5 months ago

hbog commented 11 months ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

Configure bond on Debian >=11

What are you seeing

Puppet run failure

What behaviour did you expect instead

Installation of ifenslave package and configuration of the bond

Output log

Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install ifenslave-2.6' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package ifenslave-2.6 E: Couldn't find any package by glob 'ifenslave-2.6' E: Couldn't find any package by regex 'ifenslave-2.6'

Any additional information you'd like to impart