autofs
Version information
This version is compatible with:
- Puppet Enterprise 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, 2016.4.x
- Puppet >= 4.10.0 < 7.0.0
- , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'ludovicus-autofs', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
autofs
Welcome to your new module. A short overview of the generated parts can be found in the [PDK documentation][1].
The README template below provides a starting point with details about what information to include in your README.
Table of Contents
- Description
- Setup - The basics of getting started with autofs
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
This module provides management of autofs install, configuration and operation. There are also types defined to allow creation of mounts, maps and masters in other modules.
Setup
Setup Requirements OPTIONAL
This module depends upon puppetlabs-stdlib and puppetlabs-concat in order to operate.
Beginning with autofs
The following will provide the default values which will install, and ensure the service is running with a very basic auto.master.
'''puppet class { 'autofs': } '''
Usage
Sample map:
'''puppet autofs::map { "auto.home": } '''
Limitations
This module currently can only produce sun format. If you wish to use amd format, you will need to create the pass the raw content to the respective fields.
Development
Please report bugs and feature requests using Github issue tracker.
For pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint to follow the recommened Puppet style guidlines from the Puppet Labs style guide
Contributors
The list of contributors can be found at: https://github.com/ludovicus3/puppet-autofs/graphs/contributors
Dependencies
- puppetlabs-stdlib (>= 6.5.0 < 7.0.0)
- puppetlabs-inifile (>= 4.3.0 < 5.0.0)
- puppetlabs-concat (>= 7.0.0 < 10.0.0)