Skip to content
This repository has been archived by the owner on Dec 7, 2017. It is now read-only.

credativ/puppet-nfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet module: nfs

This is a puppet module for nfs client/server based on the common credativ puppet modules layout (github.com/credativ/puppet-module-template)

Usage

Most common use case for the module is to just include it and configure it in the hiera backend.

So including it via the following line of code or in a ENC declaration (apart from proper configuration in hiera or top-scope variables) is usually enough:

class { 'nfs': }

The module is able to create configuration itself, it just needs appropriate parameters. See the documentation for the main manifest for an explanation of the parameters.

Apart from this specifying a config_source works as well.

class { 'nfs':
    config_source => 'puppet:///files/foo/nfs.conf'
}

About

puppet module to manage an nfs server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages