Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
QA ran into an issue where they could not run more than one app.

Change-Id: I9e9aaea8d924717c19f44b28070bc9cd12d67abc
  • Loading branch information
mahpat committed Dec 7, 2011
1 parent a5ce1a7 commit 1509ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_setup/cookbooks/dea/templates/default/dea.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ max_memory: 4096
secure: <%= node[:dea][:secure] %>

# Allow more than one application to run per DEA
multi_tenant: <%= node[:dea][:secure] %>
multi_tenant: <%= node[:dea][:multi_tenant] %>

# Provide ulimit based resource isolation in a multi tenant setup.
enforce_ulimit: <%= node[:dea][:enforce_ulimit] %>
Expand Down

0 comments on commit 1509ee3

Please sign in to comment.