Skip to content

Commit 4790c2f

Browse files
author
Matthew OBrien
authored
fix 6.2.8 input var ref (#99)
1 parent 7e3f283 commit 4790c2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ attrs.yml
44
Gemfile.lock
55
inputs.yml
66
vendor
7+
.DS_Store

controls/6.02-db.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
log_min_error_statement = input('log_min_error_statement')
2222
log_error_verbosity = input('log_error_verbosity')
2323
log_statement = input('log_statement')
24+
log_hostname = input('log_hostname')
2425
control_id = '6.2'
2526
control_abbrev = 'db'
2627

0 commit comments

Comments
 (0)