-
Notifications
You must be signed in to change notification settings - Fork 1
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
always shows skipped due to action :nothing #4
Comments
Hi @chenghung thanks for your issue! Sorry that you're having problems. Couple questions for you:
certbot_exec 'mysite.ddns.net' do
domains 'mysite.ddns.net'
force true
action :run
end For debugging purposes, have you tried
Thanks again for opening the issue, hopefully we can get ya up an running! (Totally as an aside, the "name" property of the resource is also the domains property, so these are equivalent:
and
My thinking was, you might want to do:
It's interesting to see how other people are using the resource.) |
@chenghung any updates? I'd love to help you figure out any issues... My answer to the general: "it always shows skipped due to action :nothing" is, yea, it'll do that."... for every instance of Basically, I've always hoped someone would find my code useful... so help me help you? lol I want to make this work for you, so any more info you can give me will help me help you. |
my recipe:
output of chef-client:
is it a bug ?
The text was updated successfully, but these errors were encountered: