From 2ef56cbb78235554cf6aaea7a98347336ca71d29 Mon Sep 17 00:00:00 2001 From: Michal Tekel Date: Wed, 5 Oct 2016 16:09:14 +0100 Subject: [PATCH] Remove null router variables 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. --- manifests/cf-manifest/manifest/020-cf-properties.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifests/cf-manifest/manifest/020-cf-properties.yml b/manifests/cf-manifest/manifest/020-cf-properties.yml index 8a37ef942d..a898e5b5ee 100644 --- a/manifests/cf-manifest/manifest/020-cf-properties.yml +++ b/manifests/cf-manifest/manifest/020-cf-properties.yml @@ -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