Skip to content

Commit

Permalink
Remove tag property
Browse files Browse the repository at this point in the history
Signed-off-by: Julz Friedman <[email protected]>
  • Loading branch information
georgethebeatle authored and julz committed May 5, 2016
1 parent 4490edd commit 98267f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions jobs/garden/spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ properties:
description: "log level for the Garden server - can be debug, info, error or fatal"
default: info

garden.tag:
description: "A string that is a server-wide identifier used for 'global' configuration."

garden.debug_listen_address:
description: "tcp address on which to serve debug info"
default: "0.0.0.0:17013"
Expand Down
3 changes: 0 additions & 3 deletions jobs/garden/templates/garden_ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ case $1 in
<% if_p("garden.dropsonde.destination") do |destination| %> \
--dropsonde-destination=<%= destination %> \
<% end %> \
<% if_p("garden.tag") do |tag| %> \
--tag=<%= tag %> \
<% end %> \
<% if_p("garden.port_pool.start") do |start| %> \
--port-pool-start=<%= start %> \
<% end %> \
Expand Down

0 comments on commit 98267f1

Please sign in to comment.