Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

cifs (3) Versions 0.1.3

Installs/Configures cifs

Policyfile
Berkshelf
Knife
cookbook 'cifs', '= 0.1.3', :supermarket
cookbook 'cifs', '= 0.1.3'
knife supermarket install cifs
knife supermarket download cifs
README
Dependencies
Changelog
Quality 100%

cifs Cookbook

Build Status

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

  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

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.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.

Foodcritic Metric
            

0.1.3 passed this metric