diff options
author | varac <varacanero@zeromail.org> | 2016-01-25 12:07:11 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-01-26 20:19:09 +0100 |
commit | 982f8b6ce9c470366f967f3ad8fece2a673db59d (patch) | |
tree | db4ac9f9b8d1ecfae1c49cfcd2bba482d02e0a54 /puppet/modules/site_couchdb | |
parent | 38e1003186ca194c75b87fdb8898304556d89a7a (diff) |
[feat] Move bigcouch removals to own class
We now include "site_config::remove::bigcouch" in class
"site_couchdb::master", which sets up plain couchdb.
Diffstat (limited to 'puppet/modules/site_couchdb')
-rw-r--r-- | puppet/modules/site_couchdb/manifests/master.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/master.pp b/puppet/modules/site_couchdb/manifests/master.pp index 5dab6325..49d90f2f 100644 --- a/puppet/modules/site_couchdb/manifests/master.pp +++ b/puppet/modules/site_couchdb/manifests/master.pp @@ -8,4 +8,8 @@ class site_couchdb::master { } include site_check_mk::agent::couchdb::master + + # remove bigcouch leftovers from previous installations + include ::site_config::remove::bigcouch + } |