-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Heya,
I'm trying to use your recipe on Amazon Instance (Amazon Linux AMI x86_64 PV EBS).
{
"run_list": [
"recipe[ddclient]"
],
"ddclient": {
"login": "login",
"password": "password",
"domain": "mydomain.dyndns.org"
}
}
I get this error.
The same configuration works fine on Ubuntu.
Recipe: ddclient::default
* package[ddclient] action install
* No version specified, and no candidate version available for ddclient
================================================================================
Error executing action `install` on resource 'package[ddclient]'
================================================================================
Chef::Exceptions::Package
-------------------------
No version specified, and no candidate version available for ddclient
Resource Declaration:
---------------------
# In /var/chef-solo/cookbooks/ddclient/recipes/default.rb
19: package "ddclient" do
20: action :install
21: end
22:
Compiled Resource:
------------------
# Declared in /var/chef-solo/cookbooks/ddclient/recipes/default.rb:19:in `from_file'
package("ddclient") do
action [:install]
retries 0
retry_delay 2
package_name "ddclient"
cookbook_name :ddclient
recipe_name "default"
end
Metadata
Metadata
Assignees
Labels
No labels