From c333d2b7d6d91728b9ab1b4664a7e7bcd5326469 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 | 2 +- templates/hammer_root.yml.epp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/classes/foreman_cli_spec.rb b/spec/classes/foreman_cli_spec.rb index 618e7f461..42008ea17 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 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 %>'