Skip to content

Instantly share code, notes, and snippets.

@qhartman
Created March 14, 2013 23:29
Show Gist options
  • Save qhartman/5166206 to your computer and use it in GitHub Desktop.
Save qhartman/5166206 to your computer and use it in GitHub Desktop.
[2013-03-14T23:02:13+00:00] INFO: Processing link[/etc/nagios3/stylesheets] action create (DWDNagios::server_source line 117)
================================================================================
Error executing action `create` on resource 'link[/etc/nagios3/stylesheets]'
================================================================================
Errno::EISDIR
-------------
Is a directory - /etc/nagios3/stylesheets
Resource Declaration:
---------------------
# In /srv/chef/file_store/cookbooks/DWDNagios/recipes/server_source.rb
117: link "#{node['nagios']['conf_dir']}/stylesheets" do
118: to "#{node['nagios']['docroot']}/stylesheets"
119: end
120:
Compiled Resource:
------------------
# Declared in /srv/chef/file_store/cookbooks/DWDNagios/recipes/server_source.rb:117:in `from_file'
link("/etc/nagios3/stylesheets") do
provider Chef::Provider::Link
action :create
retries 0
retry_delay 2
to "/usr/share/nagios3/htdocs/stylesheets"
link_type :symbolic
target_file "/etc/nagios3/stylesheets"
cookbook_name "DWDNagios"
recipe_name "server_source"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment