mlocate

contributions requested
Manage the mlocate package for updatedb/locate.

1,166,377 downloads

8,552 latest version

3.1 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.4.0 (latest)
  • 0.3.2
  • 0.3.1
  • 0.2.1
  • 0.2.0
  • 0.1.2
  • 0.1.1
released May 26th 2015
This version is compatible with:
  • Puppet Enterprise >=3.2.0 <4.0.0
  • Puppet >=3.0.0 <4.2.0
  • RedHat
    ,
    CentOS

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'adamcrews-mlocate', '0.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add adamcrews-mlocate
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install adamcrews-mlocate --version 0.2.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

adamcrews/mlocate — version 0.2.0 May 26th 2015

2015-05-26 08:41:12 -0700 Adam Crews

* Fixed quoting on param (HEAD, spec_update)

2015-05-26 08:40:55 -0700 Adam Crews

* Fixed tests to better check content

2015-05-26 06:32:19 -0700 Adam Crews

* Fix license name (origin/spec_update)

2015-05-26 06:28:34 -0700 Adam Crews

* Update spec tests, prep for a release

2015-05-26 14:01:10 +0200 Steve Traylen

* Eplicitly specify origin of class variables

2015-05-26 13:35:13 +0200 Steve Traylen

* Typo in error message

2015-05-26 13:33:23 +0200 Steve Traylen

* Ensure default works on redhat 5 systems. In particular it avoids the following error:

2015-05-26 13:25:10 +0200 Steve Traylen

* Tests on contents of updatedb.conf

2014-12-02 12:03:15 -0800 Adam Crews

* Fixed badge url

2014-12-02 12:01:23 -0800 Adam Crews

* Added forge badge

2014-07-30 13:55:24 -0700 Adam Crews

* Fix bad template (tag: v0.1.2)

2014-07-30 13:31:57 -0700 Adam Crews

* Fix metadata name (tag: v0.1.1)

2014-07-30 13:28:25 -0700 Adam Crews

* Add build status to README

2014-07-30 13:25:22 -0700 Adam Crews

* Fix metadata (tag: v0.1.0)

2014-07-30 13:15:24 -0700 Adam Crews

* Initial commit