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

Minor tweaks #11

Closed
wants to merge 1 commit into from
Closed

Minor tweaks #11

wants to merge 1 commit into from

Conversation

tas50
Copy link

@tas50 tas50 commented Dec 27, 2012

Remove readme from long_description since Opscode says this isn't
necessary and is ignored by Chef 11. Add name to the metadata, which
is a requirement in Chef 11. Change mode defs from strings to ints.

Remove readme from long_description since Opscode says this isn't
necessary and is ignored by Chef 11.  Add name to the metadata, which
is a requirement in Chef 11.  Change mode defs from strings to ints.
@@ -23,7 +23,7 @@
directory node[:collectd][:collectd_web][:path] do
owner "root"
group "root"
mode "755"
mode 00755
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am very against using octal numbers for modes, it is error prone even at the best of times.

@coderanger
Copy link
Owner

I pulled in the name fix, the rest I won't merge.

@coderanger coderanger closed this Dec 28, 2012
danryan pushed a commit to danryan/chef-collectd that referenced this pull request Apr 18, 2013
Use the newest write_graphite plugin, and always fallback to 127.0.0.1 if no other graphite server was found
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants