diff --git a/spec/classes/foreman_cli_spec.rb b/spec/classes/foreman_cli_spec.rb index 618e7f461..dc7df8708 100644 --- a/spec/classes/foreman_cli_spec.rb +++ b/spec/classes/foreman_cli_spec.rb @@ -52,7 +52,7 @@ .with_content( <<~CONFIG :foreman: - # Credentials. You'll be asked for the interactively if you leave them blank here + # Credentials. You'll be asked for them interactively if you leave them blank here :username: 'joe' :password: 'secret' CONFIG @@ -161,7 +161,7 @@ class { 'foreman': .with_content( <<~CONFIG :foreman: - # Credentials. You'll be asked for the interactively if you leave them blank here + # Credentials. You'll be asked for them interactively if you leave them blank here :username: 'jane' :password: 'supersecret' CONFIG diff --git a/templates/hammer_root.yml.epp b/templates/hammer_root.yml.epp index 2962a3a4d..eb30d34b8 100644 --- a/templates/hammer_root.yml.epp +++ b/templates/hammer_root.yml.epp @@ -3,6 +3,6 @@ Optional[String] $password, | -%> :foreman: - # Credentials. You'll be asked for the interactively if you leave them blank here + # Credentials. You'll be asked for them interactively if you leave them blank here :username: '<%= $username %>' :password: '<%= $password %>'