Skip to content

Commit

Permalink
style: traling whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored and jtimberman committed Dec 12, 2012
1 parent d300343 commit 0a9f6ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions definitions/web_app.rb
Expand Up @@ -18,14 +18,14 @@
#

define :web_app, :template => "web_app.conf.erb", :enable => true do

application_name = params[:name]

include_recipe "apache2"
include_recipe "apache2::mod_rewrite"
include_recipe "apache2::mod_deflate"
include_recipe "apache2::mod_headers"

template "#{node['apache']['dir']}/sites-available/#{application_name}.conf" do
source params[:template]
owner "root"
Expand All @@ -42,7 +42,7 @@
notifies :reload, resources(:service => "apache2"), :delayed
end
end

site_enabled = params[:enable]
apache_site "#{params[:name]}.conf" do
enable site_enabled
Expand Down
2 changes: 1 addition & 1 deletion recipes/mod_dir.rb
Expand Up @@ -17,6 +17,6 @@
# limitations under the License.
#

apache_module "dir" do
apache_module "dir" do
conf true
end
2 changes: 1 addition & 1 deletion recipes/mod_include.rb
Expand Up @@ -17,6 +17,6 @@
# limitations under the License.
#

apache_module "include" do
apache_module "include" do
conf true
end

0 comments on commit 0a9f6ae

Please sign in to comment.