Skip to content

ares-ensiie/fs_mount-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fs_mount Cookbook

Add node['filesystems'] entries to /etc/fstab and check if partitions are mounted

Requirements

  • Ubuntu 12.04.2 LTS

Attributes

fs_mount::default

Key Type Description Default
node['fs_mount']['filesystems'] Array List of fs to enable []

Usage

fs_mount::default

Just include fs_mount in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[fs_mount]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Author : Unbekandt Leo Licence : BSD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages