Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Commit

Permalink
Fix attribute comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dwradcliffe committed May 20, 2014
1 parent 3121b53 commit 5e0934c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/monitrc.rb
Expand Up @@ -4,8 +4,8 @@
attribute :name, kind_of: String, name_attribute: true
attribute :variables, kind_of: Hash

# the cookbook containing the template, defaults to the one invoking this LWRP
# the template file name, defaults to #{name}.monitrc.erb
attribute :template_source, kind_of: String

# the template file name, defaults to #{name}.monitrc.erb
# the cookbook containing the template, defaults to the one invoking this LWRP
attribute :template_cookbook, kind_of: String

0 comments on commit 5e0934c

Please sign in to comment.