cookbook 'cifs', '~> 0.1.4'
cifs (3) Versions 0.1.4 Follow1
Installs/Configures cifs
cookbook 'cifs', '~> 0.1.4', :supermarket
knife supermarket install cifs
knife supermarket download cifs
cifs Cookbook
This cookbook install and configure CIFS.
Requirements
Should work on ubuntu systems.
Attributes
-
node['cifs']['password_data_bag']
- The data bag name containing the credentials, default "passwords". -
node['cifs']['credential_file']
- File path for the CIFS credential file, default "/etc/samba/credentials". -
node['cifs']['default_mount_options']
- Default options applied to mounts (credential path is appended in the recipe)
Usage
Just include cifs
in your node's run_list
to install the cifs client.
If you want to mount share you can use the cifs::mount
recipe:
node['cifs']['mounts']['/mnt/share'] =
{
'cifs_path' => '//server.example.org/share',
}
include_recipe 'cifs::mount'
Todo
- This cookbook assume that the credentials for all mounts within the same node are the same
- Better mount options management
- Extract the mount logic to a provider/resource ?
Contributing
- 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
License and Authors
Authors: Olivier Brisse
Dependent cookbooks
apt >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
CHANGELOG for cifs
This file is used to list changes made in each version of cifs.
0.1.4 (2014-12-15)
- Ability to specify the domain in the credential file
0.1.3 (2014-12-01)
- Add Travis CI integration
- Fix ever-expanding default_mount_options
- Fix crash when cifs::mount is called without any mounts being set
- Update tests for new serverspec version
0.1.2:
- Don't crash when the password databag is not present
- Add test suite (test-kitchen, berkshelf, rubocop)
0.1.1:
- Fix license
0.1.0:
- Initial release of cifs
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Collaborator Number Metric
0.1.4 failed this metric
Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.1.4 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.4 failed this metric
FC064: Ensure issues_url is set in metadata: cifs/metadata.rb:1
FC065: Ensure source_url is set in metadata: cifs/metadata.rb:1
FC066: Ensure chef_version is set in metadata: cifs/metadata.rb:1
FC069: Ensure standardized license defined in metadata: cifs/metadata.rb:1
FC072: Metadata should not contain "attribute" keyword: cifs/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.4 passed this metric
Testing File Metric
0.1.4 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.4 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.4 failed this metric
0.1.4 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.4 failed this metric
FC064: Ensure issues_url is set in metadata: cifs/metadata.rb:1
FC065: Ensure source_url is set in metadata: cifs/metadata.rb:1
FC066: Ensure chef_version is set in metadata: cifs/metadata.rb:1
FC069: Ensure standardized license defined in metadata: cifs/metadata.rb:1
FC072: Metadata should not contain "attribute" keyword: cifs/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.4 passed this metric
Testing File Metric
0.1.4 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.4 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.4 failed this metric
FC065: Ensure source_url is set in metadata: cifs/metadata.rb:1
FC066: Ensure chef_version is set in metadata: cifs/metadata.rb:1
FC069: Ensure standardized license defined in metadata: cifs/metadata.rb:1
FC072: Metadata should not contain "attribute" keyword: cifs/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
0.1.4 passed this metric
Testing File Metric
0.1.4 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.4 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.4 failed this metric
0.1.4 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number