diff options
author | varac <varacanero@zeromail.org> | 2016-02-24 12:10:40 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-02-24 12:10:40 +0100 |
commit | e0690adba67a1b43c6ec03df0b558a0cf0f56dd8 (patch) | |
tree | 31ecf49ea20f5155128f28b7acf57303a3106ff4 /vagrant/configure-leap.sh | |
parent | e10c5487c9b40261eafea8f3efba23a4e3ff1d16 (diff) |
Set couch.mode:plain until this will be the default
Diffstat (limited to 'vagrant/configure-leap.sh')
-rwxr-xr-x | vagrant/configure-leap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/configure-leap.sh b/vagrant/configure-leap.sh index a3b540bd..b22756de 100755 --- a/vagrant/configure-leap.sh +++ b/vagrant/configure-leap.sh @@ -39,7 +39,7 @@ chown ${USER}:${USER} ${PROVIDERDIR}/files/nodes/${NODE}/${NODE}_ssh.pub $LEAP $OPTS add-user --self $LEAP $OPTS cert ca $LEAP $OPTS cert csr -$LEAP $OPTS node add $NODE ip_address:"$(facter ipaddress)" services:"$services" tags:production +$LEAP $OPTS node add $NODE ip_address:"$(facter ipaddress)" couch.mode:plain services:"$services" tags:production echo '{ "webapp": { "admins": ["testadmin"] } }' > services/webapp.json $LEAP $OPTS compile |