Update cookbooks and add wordpress cookbook

This commit is contained in:
Greg Karékinian
2016-02-19 18:09:49 +01:00
parent 9ba973e3ac
commit 820b0ab3f8
606 changed files with 22421 additions and 14084 deletions

View File

@@ -19,10 +19,10 @@
actions :create
default_action :create
attribute :name, :kind_of => String, :name_attribute => true, :required => true
attribute :file, :kind_of => String, :required => true
attribute :priority, :kind_of => Integer, :default => 99
attribute :severity, :kind_of => String
attribute :facility, :kind_of => String
attribute :cookbook, :kind_of => String, :default => 'rsyslog'
attribute :source, :kind_of => String, :default => 'file-input.conf.erb'
attribute :name, kind_of: String, name_attribute: true, required: true
attribute :file, kind_of: String, required: true
attribute :priority, kind_of: Integer, default: 99
attribute :severity, kind_of: String
attribute :facility, kind_of: String
attribute :cookbook, kind_of: String, default: 'rsyslog'
attribute :source, kind_of: String, default: 'file-input.conf.erb'