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

@@ -3,8 +3,9 @@ default_action :add
attribute :repository, :kind_of => String, :name_attribute => true
attribute :master_token, :kind_of => String
attribute :force_os, :kind_of => String
attribute :force_dist, :kind_of => String
attribute :type, :kind_of => String, :equal_to => ['deb', 'rpm', 'gem'], :default => node['packagecloud']['default_type']
attribute :base_url, :kind_of => String, :default => "https://packagecloud.io"
attribute :gpg_key_url, :kind_of => String, :default => node['packagecloud']['gpg_key_url']
attribute :priority, :kind_of => [Fixnum, TrueClass, FalseClass], :default => false
attribute :metadata_expire, :kind_of => String, :regex => [/^\d+[d|h|m]?$/], :default => nil