Version information
released Apr 14th 2018
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'geoffwilliams-nfs_server', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
geoffwilliams/nfs_server — version 0.1.1 Apr 14th 2018
nfs_server
Table of Contents
- Description
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
NFS v4 server support for Linux
Usage
See reference and examples
Reference
Reference documentation is generated directly from source code using puppet-strings. You may regenerate the documentation by running:
bundle exec puppet strings
Limitations
- Not supported by Puppet, Inc.
Development
PRs accepted :)
Testing
This module supports testing using PDQTest.
Test can be executed with:
bundle install
make
See .travis.yml
for a working CI example
Dependencies
- puppetlabs-stdlib (>= 1.0.0)