Skip to content

Commit

Permalink
fixed typo in metadata attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Aug 9, 2011
1 parent 46c1e6c commit 46c71ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Cookbook Name:: sudo
# Attribute File:: sudoers
# Attribute File:: default
#
# Copyright 2008-2011, Opscode, Inc.
#
Expand Down
10 changes: 5 additions & 5 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
:description => "Hash of Authorization attributes",
:type => "hash"

attribute "authorization/sudoers",
attribute "authorization/sudo",
:display_name => "Authorization Sudoers",
:description => "Hash of Authorization/Sudoers attributes",
:description => "Hash of Authorization/Sudo attributes",
:type => "hash"

attribute "authorization/sudoers/users",
attribute "authorization/sudo/users",
:display_name => "Sudo Users",
:description => "Users who are allowed sudo ALL",
:type => "array",
:default => ""

attribute "authorization/sudoers/groups",
attribute "authorization/sudo/groups",
:display_name => "Sudo Groups",
:description => "Groups who are allowed sudo ALL",
:type => "array",
:default => ""

attribute "authorization/sudoers/passwordless",
attribute "authorization/sudo/passwordless",
:display_name => "Passwordless Sudo",
:description => "",
:type => "string",
Expand Down

0 comments on commit 46c71ef

Please sign in to comment.