Chef Cookbook to manage configuration files

Juanje Ojeda 9fb982fdc8 Renamed file resource and provider to plain_file vor 12 Jahren
libraries 8db1c4b0cf Changed File.open().read to a simplier IO.read vor 12 Jahren
providers 9fb982fdc8 Renamed file resource and provider to plain_file vor 12 Jahren
recipes c429bd39b8 Added missed default recipe vor 12 Jahren
resources 9fb982fdc8 Renamed file resource and provider to plain_file vor 12 Jahren
README.md 8922d32c43 Added conf cookbook to manage the configurations vor 12 Jahren
metadata.rb 8922d32c43 Added conf cookbook to manage the configurations vor 12 Jahren

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