#1902 Disabling multiple modules with same name
Closed: MIGRATED a year ago by nikromen. Opened 2 years ago by frostyx.

It is not possible to disable multiple modules with the same name. If I edit my chroot and specify modules like this

Modules:    !nginx:1.14, !nginx:1.16

then I get the following error

Module name '!nginx' specified multiple times

Hm, but two streams of the same module can not be enabled at the same time.
I think that we should just support the nginx:* pattern?

Hm, but two streams of the same module can not be enabled at the same time.

Right, therefore this change would need to focus on disabling only. I am suggesting:

  • !nginx:1.14, !nginx:1.16 - valid
  • nginx:1.14, nginx:1.16 - invalid
  • !nginx:* - valid
  • nginx:* - invalid

Metadata Update from @nikromen:
- Issue close_status updated to: MIGRATED
- Issue status updated to: Closed (was: Open)

a year ago

Login to comment on this ticket.

Metadata