Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Cannot install swftools on Centos6.4 #2

Closed
maoo opened this issue Apr 14, 2014 · 2 comments
Closed

Cannot install swftools on Centos6.4 #2

maoo opened this issue Apr 14, 2014 · 2 comments

Comments

@maoo
Copy link
Contributor

maoo commented Apr 14, 2014

Running vagrant up from vagrant/centos64 folder, the following error occurs.

On master I currently removed the alfresco::3rdparty recipe from the run_list, in order to move on with testing.

================================================================================
Error executing action `install` on resource 'package[swftools]'
================================================================================


Chef::Exceptions::Package
-------------------------
No version specified, and no candidate version available for swftools


Resource Declaration:
---------------------
# In /tmp/vagrant-chef-solo/chef-solo-1/cookbooks/swftools/recipes/default.rb

 24: package "swftools"



Compiled Resource:
------------------
# Declared in /tmp/vagrant-chef-solo/chef-solo-1/cookbooks/swftools/recipes/default.rb:24:in `from_file'

package("swftools") do
  action :install
  retries 0
  retry_delay 2
  package_name "swftools"
  cookbook_name :swftools
  recipe_name "default"
end
@dhartford
Copy link

cookbook 'swftools', git: 'git://github.com/dhartford/chef-swftools.git'
or
http://github.com/dhartford/chef-swftools/

should resolve issue.

@maoo
Copy link
Contributor Author

maoo commented Aug 4, 2014

Tested, fixed, documented. Closing issue.

@maoo maoo closed this as completed Aug 4, 2014
enzor added a commit that referenced this issue Jan 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants