voxpupuli / puppet-wildfly

Puppet module to install, configure and manage Wildfly (8/9/10+), JBoss EAP (6.1+/7.0+) and some Wildfly based products like apiman, Keycloak and Infinispan.
Apache License 2.0
29 stars 78 forks source link

class wildfly::setup hardcodes subsystem when setting up remote user #303

Open EmersonPrado opened 10 months ago

EmersonPrado commented 10 months ago

Affected Puppet, Ruby, OS and module versions/distributions

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

Set wildfly::secret_value and/or wildfly::remote_username parameter

What are you seeing

Remote user always falls into security-realm subsystem, regardless of actual subsystem being used

What behaviour did you expect instead

Class should receive subsystem as a parameter and allocate configuration accordingly

rwaffen commented 10 months ago

was this in before, or did i break it while migratin' it to vox?

EmersonPrado commented 10 months ago

was this in before, or did i break it while migratin' it to vox?

It already happened (long) before.