Skip to content

Commit

Permalink
Addressing issue simp#129
Browse files Browse the repository at this point in the history
Set the input 'grub_superuser' to type String with value 'root' in
inspec.yml as this is what dependent controls expect.

Signed-off-by: Lesley Kimmel <lesley.j.kimmel@users.noreply.github.com>
  • Loading branch information
Lesley Kimmel committed Mar 26, 2020
1 parent 963595d commit 06e4852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ inputs:

- name: grub_superuser
description: superusers for grub boot
type: Array
value: ['root']
type: String
value: 'root'

- name: grub_user_boot_files
description: Grub boot config files
Expand Down

0 comments on commit 06e4852

Please sign in to comment.