Skip to content

Commit 812c421

Browse files
rndmh3rochris-rock
authored andcommitted
add fedora to valid users library
Signed-off-by: Sebastian Gumprich <[email protected]>
1 parent e6506ef commit 812c421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/nginx_lib.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def valid_users
3030
case inspec.os[:family]
3131
when 'ubuntu', 'debian'
3232
web_user
33-
when 'redhat', 'centos'
33+
when 'redhat', 'centos', 'fedora'
3434
web_user = centos_user
3535
end
3636

0 commit comments

Comments
 (0)