Skip to content

Commit

Permalink
Remove null router variables
Browse files Browse the repository at this point in the history
For some reason, these variables were present but not set. When going
through spruce they get set to 'null'. This means that default value
is being used for these properties. And this also means that there is
no reason to include these properties in the manifest if we don't
intend to set them to any value.
  • Loading branch information
mtekel authored and saliceti committed Oct 7, 2016
1 parent 71b57ee commit 2ef56cb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions manifests/cf-manifest/manifest/020-cf-properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,9 @@ properties:

router:
enable_ssl: false
requested_route_registration_interval_in_seconds:
ssl_skip_validation:
status:
port:
user: router_user
password: (( grab secrets.router_password ))
secure_cookies:
route_services_secret:
route_services_secret_decrypt_only:
route_services_timeout:
logrotate:
extra_headers_to_log:
debug_address:
enable_routing_api:
drain_wait: 15

# FIXME: remove when no longer needed
Expand Down

0 comments on commit 2ef56cb

Please sign in to comment.