Skip to content

Commit

Permalink
Removed flavor variable from the wrong template block.
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonian committed Sep 18, 2010
1 parent f2778d2 commit dbe36d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/sphinx/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
mode 0644
variables({
:app_name => app_name,
:user => node[:owner_name]
:user => node[:owner_name],
:flavor => flavor
})
end

Expand All @@ -79,7 +80,6 @@
variables({
:app_name => app_name,
:user => node[:owner_name],
:flavor => flavor,
:mem_limit => 32
})
end
Expand Down

0 comments on commit dbe36d9

Please sign in to comment.