Forge Home

mountfilesystem

Provides mountpoint resource types, can be used to mount azure file system

6,318 downloads

6,297 latest version

1.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.1 (latest)
  • 1.0.0 (deleted)
released Apr 18th 2017
This version is compatible with:
  • Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 4.0.0 < 5.0.0

Start using this module

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

Add this module to your Puppetfile:

mod 'bensonarokiadoss-mountfilesystem', '1.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add bensonarokiadoss-mountfilesystem
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install bensonarokiadoss-mountfilesystem --version 1.0.1

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

bensonarokiadoss/mountfilesystem — version 1.0.1 Apr 18th 2017

puppet-mountfilesystem

This module was created to manage filesystem mountpoints for Linux servers. It was created to give a resource to mount azure file system as well.

Usage

# Sample Azure file system mount using secret key (Hiera encrypted)
mountfilesystem::mounts:
  'mountname':
   type            : 'azure'
   location        : '/data'
   fstype          : 'cifs'
   dir_mode        : 0777
   file_mode       : 0777
   url             : '//azuresharename.file.core.windows.net/azurefilesharefoldername'
   account_name    : 'azureaccountname'
   key             : >
    ENC[PKCS7,MIIBygYJKoZIhvcNAQcDoIIBuzCCAbcCAQAxggEhMIIBHQIBADAFMAACAQEw
    DQYJKoZIhvcNAQEBBQAEggEALL0Y4LNBDdJsEHHkTd5UNmG2PRL4+V9T62P4
    0pYP4Iwkfd1QIosUM4THAq2iRZcNcL5Ucs5wiik3kaHT34/grci4qkW0l4td
    0JG8Z9Ks8TIvXlmtc9cEpv+PTqD/wwtywKDThkdbCZnaVs6d4MSyeO5Dsh2/
    JMOtMvnlWMdyZU1qtUTORiTd/Bw2qOi2wNu7kyWB272xK2t+jGpDM52hTt3u
    crqLOpohjcG04mUKkiMqt5JBZ3pedI9/W5ziKsbZwt9FxS34usKtaq8FgZh+
    0P7feGhhbtyLfsibwxPwTrn6zWeV72Z/Z1ibMg3++H5XqDb505tMZKq9FRMJ
    ITZHtzCBjAYJKoZIhvcNAQcBMB0GCWCGSAFlAwQBKgQQLhnMaOhgl0h3nUJQ
    FfLCTIBgpZZvFTvmZ0C3J/rKuZCqrzLFfQyyCCppn+7Cxshazeg0HoVk32oc
    pwlbOw0oLJszIo6JehHCUByOb5QxiDSDtANuIEx2PI2yduav/r4x5OSjlUVP
    Ch9x9QCPWo2pgrhp]

Limitations

At the moment this has only been tested with Ubuntu.

License

MIT

Author Information

This module was created in 2017 by Benson Arokiadoss on behalf of Kainos Software