Version information
released Jun 8th 2013
Start using this module
Add this module to your Puppetfile:
mod 'blom-couchbase', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
blom/couchbase — version 0.2.0 Jun 8th 2013
puppet-couchbase
Puppet module for Couchbase.
Installation
puppet module install blom/couchbase
Usage
couchbase
Installs the Couchbase client library.
class { 'couchbase':
}
Takes the following optional attributes:
package_ensure
: Theensure
passed topackage
(default:present
).
couchbase::dev
Installs the Couchbase development files.
class { 'couchbase::dev':
}
Takes the following optional attributes:
package_ensure
: Theensure
passed topackage
(default:present
).
couchbase::python
Installs the Couchbase Python client library.
class { 'couchbase::python':
}
Takes the following optional attributes:
package_ensure
: Theensure
passed topackage
(default:present
).
couchbase::ruby
Installs the Couchbase Ruby client library.
class { 'couchbase::ruby':
}
Takes the following optional attributes:
package_ensure
: Theensure
passed topackage
(default:present
).
couchbase::server
Installs the Couchbase server.
class { 'couchbase::server':
}
Takes the following optional attributes:
package_ensure
: Theensure
passed topackage
(default:present
).service_enable
: Theenable
passed toservice
(default:true
).service_ensure
: Theensure
passed toservice
(default:undef
).
The repositories for Couchbase server is currently (2013-04-24)
a work in progress and
couchbase::server
is considered experimental.
Contributors
See the contributors page for a list of contributors.
Dependencies
Copyright (c) 2013 Ãrjan Blom <blom@blom.tv> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.