Skip to content

Commit

Permalink
removing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Dec 19, 2013
1 parent 496735a commit 15c3ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

case node['platform_family']
when 'rhel', 'fedora'

yum_repository 'nginx' do
description 'Nginx.org Repository'
baseurl node['nginx']['upstream_repository']
gpgkey 'http://nginx.org/keys/nginx_signing.key'
action :create
end

when 'debian'
include_recipe 'apt::default'

Expand Down

0 comments on commit 15c3ca8

Please sign in to comment.