You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 7
Ruby:
Distribution: RHEL based
Module version: 5.3.0
How to reproduce (e.g Puppet code you use)
class { 'rhsm':
org => Sensitive(Deferred(<Function>,[<Options>])),
activationkey => Sensitive(Deferred(<Function>,[<Options>])),
}
What are you seeing
Error:
parameter 'org' expects a value of type Undef or String, got Sensitive[Deferred]
parameter 'activationkey' expects a value of type Undef or String, got Sensitive[Deferred]
What behaviour did you expect instead
Working code
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rhsm]:
parameter 'rh_user' expects a value of type Undef or String, got Sensitive
parameter 'rh_password' expects a value of type Undef or String, got Sensitive
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Error:
What behaviour did you expect instead
Working code
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: