Update ark cookbook
This commit is contained in:
@@ -35,14 +35,15 @@ default_action :install
|
||||
|
||||
attr_accessor :extension,
|
||||
:home_dir,
|
||||
:owner,
|
||||
:path,
|
||||
:prefix_bin,
|
||||
:prefix_root,
|
||||
:release_file,
|
||||
:version
|
||||
|
||||
attribute :owner, kind_of: String, default: 'root'
|
||||
attribute :group, kind_of: [String, Fixnum], default: 0
|
||||
attribute :owner, kind_of: String, default: nil
|
||||
attribute :group, kind_of: [String, Integer], default: 0
|
||||
attribute :url, kind_of: String, required: true
|
||||
attribute :path, kind_of: String, default: nil
|
||||
attribute :full_path, kind_of: String, default: nil
|
||||
@@ -53,7 +54,7 @@ attribute :creates, kind_of: String, default: nil
|
||||
attribute :release_file, kind_of: String, default: ''
|
||||
attribute :strip_leading_dir, kind_of: [TrueClass, FalseClass, NilClass]
|
||||
attribute :strip_components, kind_of: Integer, default: 1
|
||||
attribute :mode, kind_of: Fixnum, default: 0755
|
||||
attribute :mode, kind_of: Integer, default: 0755
|
||||
attribute :prefix_root, kind_of: String, default: nil
|
||||
attribute :prefix_home, kind_of: String, default: nil
|
||||
attribute :prefix_bin, kind_of: String, default: nil
|
||||
@@ -66,3 +67,4 @@ attribute :make_opts, kind_of: Array, default: []
|
||||
attribute :home_dir, kind_of: String, default: nil
|
||||
attribute :autoconf_opts, kind_of: Array, default: []
|
||||
attribute :extension, kind_of: String
|
||||
attribute :backup, kind_of: [FalseClass, Integer], default: 5
|
||||
|
||||
Reference in New Issue
Block a user