diff options
| author | Juan L. Negron <juan.negron@canonical.com> | 2012-03-08 10:10:49 -0800 |
|---|---|---|
| committer | Juan L. Negron <juan.negron@canonical.com> | 2012-03-08 10:10:49 -0800 |
| commit | 42224054b88277b0bd1aaeda6469839d71d739f4 (patch) | |
| tree | 65c4ed65388c87ee33b5f4a46e62a76f1906da07 | |
| parent | 7367869c252511fd6d51319391f880000634a609 (diff) | |
changing config.yaml web_admin_ui option to string
| -rw-r--r-- | config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml index edc232b..56fd97c 100644 --- a/config.yaml +++ b/config.yaml @@ -8,7 +8,7 @@ options: type: string description: Name of the replica set web_admin_ui: - default: yes + default: "yes" type: string description: Replica Set Admin UI ( yes / no ) replicaset_master: |
