Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Ubuntu 12.04 #79

Closed
sstoiana opened this issue Jul 1, 2013 · 0 comments
Closed

Support for Ubuntu 12.04 #79

sstoiana opened this issue Jul 1, 2013 · 0 comments

Comments

@sstoiana
Copy link

sstoiana commented Jul 1, 2013

So far, the only issue that I've seen with the cookbook on Ubuntu 12.04 is that it doesn't specify the correct package names for S3 support:

--- a/chef/cookbooks/artifact/providers/deploy.rb
+++ b/chef/cookbooks/artifact/providers/deploy.rb
@@ -58,7 +58,7 @@ def load_current_resource
     @artifact_location = [group_id, artifact_id, artifact_version, extension].join(':')
   elsif Chef::Artifact.from_s3?(@new_resource.artifact_location)
     unless Chef::Artifact.windows?
-      %W{gcc make libxml2 libxslt libxml2-devel libxslt-devel}.each do |nokogiri_requirement|
+      %W{gcc make libxml2 libxslt1.1 libxml2-dev libxslt1-dev}.each do |nokogiri_requirement|
         package nokogiri_requirement do
           action :nothing
         end.run_action(:install)
KAllan357 added a commit that referenced this issue Jul 22, 2013
Added simple ubuntu support, fixes #79. Tested on 12.04.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant