Git Product home page Git Product logo

puppet-nfs's Introduction

NFS Management Module

This module manages NFS exports and client configuration focused currently on NFSv4 + Kerberos on RHEL6. RHEL5 support should be fairly trivial if it doesn't already work, but I have not tested it out yet.

Dependencies

  • ripienaar-concat >= 0.2.0
  • puppetlabs-stdlib >= 2.6.0

State

This module will support more features as I get around to needing them, though pull requests are encouraged and accepted. In particular, anything that builds out a more robust support for NFS on RHEL, or adds support for Debian will be a high priority for review.

Currently, the exports should work, but the code hasn't been used in some time so if there are any issues please submit an issue and I will fix ASAP.

The client configuration is used however, and is currently capable of configuring the NFS side of NFSv4 + Kerberos.

Example


  # Add some NFS exports
  nfs::export { '/export/sysadmins': }

  # Add some clients
  nfs::export::client { 'allow sysadmins rw to /export/acctvol':
    export => '/export/sysadmins',
    options => 'rw',
    source => '10.0.2.0/24',
  }

  # We don't really need to create our export seperately though,
  # the client class is smart enough to do it for us
  nfs::export::client { 'allow accting rw to /export/acctvol':
    export => '/export/acctvol',
    options => 'rw,no_root_squash',
    source => '10.1.2.0/24',
  }

  nfs::export::client { 'allow sysadmins ro to /export/acctvol':
    export => '/export/acctvol',
    options => 'ro',
    source => '10.0.2.0/24',
  }

License

None

Contact

Aaron Russo [email protected]

Support

Please log tickets and issues at the Projects site

puppet-nfs's People

Contributors

arusso avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

puppet-nfs's Issues

Sample Usage?

I'm digging through all the manifests, but it's not clear to me how to create an entry in the /etc/exports. An example of usage would be appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.