Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
PUP 4.10.0, PUP 5.5.2
-
None
-
EL7, EL6
-
-
Coremunity
-
Platform Core KANBAN
-
Needs Assessment
-
Bug Fix
-
The selmodule type is now more strict about checking if a module has already been loaded, and should no longer consider modules such as "bar" and "foobar" to be the same module.
-
Needs Assessment
Description
The selmodule provider runs selmodule --list to check if a module is already loaded in theĀ exists? method.
The regex only checks modulename\b and does not anchor to the beginning of line.
If I want to manage foo and a module myfoo isl aready loaded the provider thinks {{foo} is loaded and whereas it actually isn't.