Version information
released Jun 6th 2016
This version is compatible with:
- Puppet >=2.7.20 <4.1.0
- ,
Start using this module
Add this module to your Puppetfile:
mod 'thias-couchbase', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
thias/couchbase — version 0.2.0 Jun 6th 2016
puppet-couchbase
Overview
Install and enable a Couchbase Server instance. It has been tested with Red Hat Enterprise Linux and requires the RPM packages to be available using yum.
couchbase::server
: Main Couchbase Server class
This module is quite basic, since all of the configuration is done using the web interface on port 8091 once the daemon is running.
Server Parameters
type
:community
(default),enterprise
orunknown
(for < 3.0.1)
Examples
include '::couchbase::server'
class { '::couchbase::server': type => 'enterprise' }
2016-06-06 - 0.2.0
- Remove Gentoo support instead of spending time on updating it.
- New
type
parameter to support Community and Enterprise editions.
2015-05-12 - 0.1.2
- Include facts for presence, version and release.
- Replace Modulefile with metadata.json.
2013-12-10 - 0.1.1
- Update Gentoo init script to try harder when stopping the service.
- Update Gentoo conf file with @ variable prefix.
2013-04-11 - 0.1.0
- Cosmetic clean ups.
- Split the module out into its own repository.
2012-07-19 - 0.0.1
- Initial module release.
Dependencies
- puppetlabs/stdlib (>=3.2.0)
Copyright (C) 2011-2016 Matthias Saou Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.