example42/puppet-network

Reconfiguring an interface does not work on EL8, as nmcli is not in path

sircubbi opened this issue · 1 comments

Expected Behavior

When reconfiguring an interface on CentOS8 the changes should be picked up.

Actual Behavior

An "ifdown"/"ifup" is issued with "exec" and on "/sbin" is put into the path. However, on CentOS8 that calls "nmcli" in the background, which resides in "/usr/bin" and is therefore now found

Steps to Reproduce the Problem

  1. change parameters of existing interface
  2. run puppet

Specifications

Please add this info:

  1. Module is 3.5.3, puppet is 6.14

Never mind. I just noticed that the problem was already fixed on master, but is just not yet released.