Skip to content

Commit

Permalink
Serverspec tests: Fix nginx username on CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 20, 2015
1 parent 778211d commit e897ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/nginx/serverspec/cron_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
when 'debian', 'ubuntu'
'www-data'
when 'redhat', 'centos', 'fedora', 'scientific', 'amazon'
'apache'
'nginx'
when 'suse', 'opensuse'
'wwwrun'
when 'arch'
Expand Down

0 comments on commit e897ad2

Please sign in to comment.