Skip to content

Commit

Permalink
Change DCOS_CONFIG_PATH default to etc/config.yaml so that it always …
Browse files Browse the repository at this point in the history
…prompts for configuration

- Avoid delayed failure caused by incompatible dcos config
  • Loading branch information
Karl Isenberg committed Feb 19, 2016
1 parent 3114374 commit 8075dc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .gitignore
@@ -1,11 +1,10 @@
.DS_Store
.idea
dcos_generate_config*.sh
exhibitor.properties
.vagrant
exhibitor.properties
dcos
provision/jre-*-linux-x64.tgz
packer_cache
output-virtualbox-iso
*.box

dcos_generate_config*.sh
/etc/config.yaml
/VagrantConfig.yaml
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -13,7 +13,7 @@ $user_config = {
box_version: ENV.fetch("DCOS_BOX_VERSION", "~> 0.3"),

vm_config_path: ENV.fetch("DCOS_VM_CONFIG_PATH", "VagrantConfig.yaml"),
config_path: ENV.fetch("DCOS_CONFIG_PATH", "etc/1_master-config-1.5.yaml"),
config_path: ENV.fetch("DCOS_CONFIG_PATH", "etc/config.yaml"),
generate_config_path: ENV.fetch("DCOS_GENERATE_CONFIG_PATH", "dcos_generate_config.sh"),
java_enabled: ENV.fetch("DCOS_JAVA_ENABLED", "false"),
private_registry: ENV.fetch("DCOS_PRIVATE_REGISTRY", "false"),
Expand Down

0 comments on commit 8075dc1

Please sign in to comment.