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

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 fc4911a commit 660e427
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sudo/attributes/default.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# #
# Cookbook Name:: sudo # Cookbook Name:: sudo
# Attribute File:: sudoers # Attribute File:: default
# #
# Copyright 2008-2011, Opscode, Inc. # Copyright 2008-2011, Opscode, Inc.
# #
Expand Down
10 changes: 5 additions & 5 deletions sudo/metadata.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
:description => "Hash of Authorization attributes", :description => "Hash of Authorization attributes",
:type => "hash" :type => "hash"


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


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


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


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

0 comments on commit 660e427

Please sign in to comment.