From 9ef5b9080c626f6063fb28b306e4b88a6a106b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aneta=20=C5=A0teflov=C3=A1=20Petrov=C3=A1?= Date: Thu, 8 Aug 2024 16:36:52 +0200 Subject: [PATCH] Fix a typo in a comment --- spec/classes/foreman_cli_spec.rb | 4 ++-- templates/hammer_root.yml.epp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %>'