Skip to content

Commit

Permalink
Fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asteflova authored and ekohl committed Aug 13, 2024
1 parent 0b87374 commit 2eb6df8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spec/classes/foreman_cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/hammer_root.yml.epp
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>'

0 comments on commit 2eb6df8

Please sign in to comment.