chef-ark icon indicating copy to clipboard operation
chef-ark copied to clipboard

An archive unpacker and installer

Results 22 chef-ark issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.5 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.1 to 0.6.11. Commits 9eadb6b Bump to 0.6.11 1e983c0 Merge pull request #260 from arthurnn/fix_fallback_ensure_locale f4d1d8f Fix error when including Fallbacks on non-Simple backend 667bcfe Bump to...

dependencies

Bumps [ffi](https://github.com/ffi/ffi) from 1.3.1 to 1.11.1. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.1 / 2019-05-20 > ------------------- > > Changed: > * Raise required ruby version to >=2.0. [#699](https://github-redirect.dependabot.com/ffi/ffi/issues/699), [#700](https://github-redirect.dependabot.com/ffi/ffi/issues/700)...

dependencies

This implemntation simply uses a Link resource rather than a RemoteFile to "download" the url (when it starts with 'file').

I am using ark to install Tomcat (also derived from a @bryanwb cookbook), and I noticed that Tomcat was restarting every time I did a chef run. The root cause...

I'm downloading a file using ark and then trying to extract it to "/". When running this in vagrant, I get an error saying the file doesn't exist when ark...

I didn't see any unit tests for this method. Is this intentional? ``` ruby def parse_file_extension if new_resource.extension.nil? # purge any trailing redirect url = new_resource.url.clone url =~ /^https?:\/\/.*(.gz|bz2|bin|zip|jar|tgz|tbz)(\/.*\/)/ url.gsub!($2,...

Current version of Ark downloads the same file over and over on Chef runs, making repeatably testing cookbooks using it in Vagrant very hard and causing unnecessary traffic elsewhere. There's...

`remote_file` does not support HTTPAuth nor does `ark` Using HTTPAuth could be useful for pulling artifacts from private nexus repositories.

what is the motivation for ark setting the mode of all files recursively in action_set_owner? the documentation described mode as: `mode`: file mode for `app_home`, is an integer. i didn't...