Chef Cookbook to manage configuration files

Juanje Ojeda 91ae95410d Removed unused attributes преди 12 години
libraries 8922d32c43 Added conf cookbook to manage the configurations преди 12 години
providers 91ae95410d Removed unused attributes преди 12 години
recipes c429bd39b8 Added missed default recipe преди 12 години
resources 91ae95410d Removed unused attributes преди 12 години
README.md 8922d32c43 Added conf cookbook to manage the configurations преди 12 години
metadata.rb 8922d32c43 Added conf cookbook to manage the configurations преди 12 години

README.md

Description

This cookbok install a policy of shares (network shared directories) to a specific user of a node.

The cookbook ships the policies and install a script into the node that will make the shares availables by the user.

Requirements

Attributes

  • node['user'] - Name of the user to apply the policies
  • node['shares'] - List of shares and mount points

Usage