Optional persistent configuration

This commit is contained in:
WilliamMiceli
2018-12-09 14:22:16 -05:00
parent b5ea89de27
commit 1e8e640539
2 changed files with 10 additions and 0 deletions

View File

@@ -33,6 +33,14 @@ catalog:
required: true
type: string
- variable: "PERSIST_CONF"
label: "Persistent Configuration"
description: |
Have a persistent httpd.conf file mounted.
default: true
required: true
type: boolean
- variable: "DATA_DIR"
label: "Data Directory"
description: |