puppetlabs / puppet-vro-starter_content

15 stars 19 forks source link

Update vra_nc_setup.sh #39

Closed eboutili closed 5 years ago

eboutili commented 5 years ago

Use case this PR addresses: If you stand up a new master for this integration (e.g. for a demo or POC setup), and if it has code manager running by default, a good way to disable it is by changing the value of code_manager_auto_configure from true to false via the console UI. However, the vra_nc_setup.sh script will still think that code manager manager is running.

Proposed fix: This change tells the script that if code_manager_auto_configure = false then code manager is not running and it's ok to continue. --Eric