Chef Cookbook to manage configuration files

Juanje Ojeda ac9e97f083 Changed the conf provider plain_file to use Chef::Util::FileEdit 12 gadi atpakaļ
providers ac9e97f083 Changed the conf provider plain_file to use Chef::Util::FileEdit 12 gadi atpakaļ
recipes c429bd39b8 Added missed default recipe 12 gadi atpakaļ
resources 14151f6def Added actions :add and :remove 12 gadi atpakaļ
README.md 8922d32c43 Added conf cookbook to manage the configurations 12 gadi atpakaļ
metadata.rb 8922d32c43 Added conf cookbook to manage the configurations 12 gadi atpakaļ

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