Version information
released Jun 30th 2021
This version is compatible with:
- Puppet Enterprise 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >=2.7.20 <8.0.0
- ,
Start using this module
Add this module to your Puppetfile:
mod 'thias-moxi', '1.0.3'
Learn more about managing modules with a PuppetfileDocumentation
thias/moxi — version 1.0.3 Jun 30th 2021
puppet-moxi
Overview
Install, enable and configure moxi, the persistent connection proxy used with CouchBase. Currently works for Red Hat Enterprise Linux, possibly others with minor changes.
moxi
: Main class to manage moxi-server.
Note that for RHEL7+ this module will require the thias-rhel
module in
order to manage an improved systemd service.
Examples
class { '::moxi':
options => '-t 8 -c 4096 -s /opt/moxi/moxi.sock -a 0777 -v -O /opt/moxi/moxi.log',
cluster_url => 'http://192.168.1.1:8091/pools/default/bucketsStreaming/default|http://192.168.1.2:8091/pools/default/bucketsStreaming/default',
}
2021-06-30 - 1.0.3
- Properly use all parameters in the template.
2019-03-19 - 1.0.2
- Add support for
$usr
and$pwd
in template.
2018-02-02 - 1.0.1
- Add
$auto_restart
parameter for systemd based restart on-failure.
2016-02-08 - 1.0.0
- Remove obsolete (and now unused by me) Gentoo support.
- Remove separate package class which existed only for special Gentoo support.
- Fix RHEL7+ systemd service by using rhel::systemd::service.
2015-12-16 - 0.2.4
- Include systemd unit file (#1, @jesusrodrigo).
2015-12-01 - 0.2.3
- Fix logrotate entry by using copytruncate, moxi does not reopen its log file.
- Use metadata.json instead of Modulefile.
2014-05-19 - 0.2.2
- Require package before modifying the init script.
2014-03-31 - 0.2.1
- Fix circular dependency created by /opt/moxi permissions fix.
2014-03-31 - 0.2.0
- Add Gentoo support, by downloading and unpacking an rpm file.
- Split package (and Gentoo exec) into package.pp.
2013-11-05 - 0.1.2
- Add cron_restart, useful to enable when noticing memory leaks.
- Add syntax highlighting to README.
2013-04-19 - 0.1.1
- Use @varname syntax in templates to silence puppet 3.2 warnings.
2013-04-15 - 0.1.0
- Update README and use markdown.
- Switch to 2-space indent.
2012-09-19 - 0.0.2
- Add SELinux support when using unix sockets.
2012-06-07 - 0.0.1
- Initial module.
Copyright (C) 2012-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.