We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leave default value of auth_users empty hash in params.pp file
During puppet run, a colon is added to realm.properties file even when auth_users hash is empty
No adding colon in realm.properties file when auth_users hash is empty
root@rundeck:~# puppet agent -t Info: Using configured environment 'production' Info: Retrieving pluginfacts Info: Retrieving plugin Info: Retrieving locales Info: Loading facts Info: Caching catalog for host.fr Info: Applying configuration version '1609834470' Notice: /Stage[main]/Rundeck::Config/File[/etc/rundeck/realm.properties]/content: --- /etc/rundeck/realm.properties 2021-01-05 08:14:15.420569659 +0000 +++ /tmp/puppet-file20210105-709138-18ngwpe 2021-01-05 08:14:38.684656640 +0000 @@ -23,3 +23,4 @@ # This sets the default user accounts for the Rundeck app # admin:OBF:<password>,user,admin,architect,deploy,build +: Info: Computing checksum on file /etc/rundeck/realm.properties Info: /Stage[main]/Rundeck::Config/File[/etc/rundeck/realm.properties]: Filebucketed /etc/rundeck/realm.properties to puppet with sum b79658964203e9a86372022719ed2913 Notice: /Stage[main]/Rundeck::Config/File[/etc/rundeck/realm.properties]/content: Notice: /Stage[main]/Rundeck::Config/File[/etc/rundeck/realm.properties]/content: content changed '{md5}b79658964203e9a86372022719ed2913' to '{md5}63ab3afb8fa83b454e23d13410851123' (corrective) Info: Class[Rundeck::Config]: Scheduling refresh of Class[Rundeck::Service] Info: Class[Rundeck::Service]: Scheduling refresh of Service[rundeckd] Notice: /Stage[main]/Rundeck::Service/Service[rundeckd]: Triggered 'refresh' from 1 event Notice: Applied catalog in 7.92 seconds
The text was updated successfully, but these errors were encountered:
(voxpupuli#459) prevent colon added in realm.properties
ddd2fd7
- fix incorrect indentation - add checks for auth_users hash
Merge pull request #460 from overag3/fix-colon-realm
7f35356
(#459) prevent colon added in realm.properties when auth_users hash is empty
Successfully merging a pull request may close this issue.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Leave default value of auth_users empty hash in params.pp file
What are you seeing
During puppet run, a colon is added to realm.properties file even when auth_users hash is empty
What behaviour did you expect instead
No adding colon in realm.properties file when auth_users hash is empty
Output log
The text was updated successfully, but these errors were encountered: