Use ruby-build for Mastodon, update cookbooks
This uses the ruby_build provider for Mastodon, installing Ruby 2.4.1 currently. It also updates some other cookbooks and the runlists.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Author:: Shawn Neal (<sneal@daptiv.com>)
|
||||
# Author:: Shawn Neal (<sneal@sneal.net>)
|
||||
# Cookbook Name:: seven_zip
|
||||
# Resource:: archive
|
||||
#
|
||||
@@ -22,7 +22,8 @@ default_action :extract
|
||||
|
||||
actions :extract
|
||||
|
||||
attribute :path, :kind_of => String, :name_attribute => true
|
||||
attribute :source, :kind_of => String
|
||||
attribute :overwrite, :kind_of => [ TrueClass, FalseClass ], :default => false
|
||||
attribute :checksum, :kind_of => String
|
||||
attribute :path, kind_of: String, name_attribute: true
|
||||
attribute :source, kind_of: String
|
||||
attribute :overwrite, kind_of: [TrueClass, FalseClass], default: false
|
||||
attribute :checksum, kind_of: String
|
||||
attribute :timeout, kind_of: Integer
|
||||
|
||||
Reference in New Issue
Block a user