Skip to content

Commit

Permalink
Merge "fix memcached_gateway job"
Browse files Browse the repository at this point in the history
  • Loading branch information
kushmerick authored and Gerrit Code Review committed Oct 11, 2012
2 parents 8b9f488 + 0ec1756 commit 01b9dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/memcached_gateway/templates/memcached_gateway.yml.erb
Expand Up @@ -24,6 +24,7 @@ service:
plans: ['<%= plan_enabled && plan_mgmt.fields.join("', '") || 'free' %>']
default_plan: <%= gateway.default_plan || 'free' %>
tags: ['key-value', 'cache']
timeout: <%= properties.memcached_gateway.service_timeout || 10 %>
<% if acls %>
<% if acls.is_a? String %>
acls: <%= acls %>
Expand Down

0 comments on commit 01b9dfa

Please sign in to comment.