From 15c3ca8154b41e84bd422be674c1b520e939b9b5 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 18 Dec 2013 20:08:51 -0500 Subject: [PATCH] removing whitespace --- recipes/repo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/repo.rb b/recipes/repo.rb index 0aff0ee37..89548cb7b 100644 --- a/recipes/repo.rb +++ b/recipes/repo.rb @@ -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'