diff options
Diffstat (limited to 'puppet/manifests')
| -rw-r--r-- | puppet/manifests/site.pp | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index 8cfa92ef..f55e6925 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -21,7 +21,9 @@ if 'openvpn' in $services {  }  if 'couchdb' in $services { -  include site_couchdb +  class {'site_couchdb': +    bigcouch => true +  }  }  if 'webapp' in $services {  | 
