mountfilesystem
Provides mountpoint resource types, can be used to mount azure file system
Version information
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
Add this module to your Puppetfile:
mod 'bensonarokiadoss-mountfilesystem', '1.0.1'
Learn more about managing modules with a PuppetfileDocumentation
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
The MIT License (MIT) Copyright (c) 2017 Caoimhin Graham c.graham@kainos.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.