Add node['filesystems'] entries to /etc/fstab and check if partitions are mounted
- Ubuntu 12.04.2 LTS
Key | Type | Description | Default |
---|---|---|---|
node['fs_mount']['filesystems'] | Array | List of fs to enable | [] |
Just include fs_mount
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[fs_mount]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Author : Unbekandt Leo Licence : BSD