Update cookbooks for Ubuntu 16.04 TLS

This commit is contained in:
Greg Karékinian
2017-03-31 19:20:00 +02:00
parent 6430d71006
commit 8923d0d7ef
219 changed files with 2770 additions and 11511 deletions

View File

@@ -1,14 +0,0 @@
default_action :add
actions :add
attribute :user, :kind_of => String, :required => true
attribute :auth, :kind_of => String, :required => true
# private, internal attributes
attr_accessor :definition, :user_definition
def add_auth(user, auth)
RBAC.add_authorization(user, auth)
end

View File

@@ -1,6 +0,0 @@
default_action :create
actions :create
attribute :name, :kind_of => String, :name_attribute => true, :required => true

View File

@@ -1,6 +0,0 @@
default_action :nothing
actions :apply
attribute :user, :kind_of => String, :name_attribute => true, :required => true