From 46c71efb194ec6896a560372fc63bff86fbd54e9 Mon Sep 17 00:00:00 2001 From: Seth Chisamore Date: Tue, 9 Aug 2011 11:19:45 -0400 Subject: [PATCH] fixed typo in metadata attribute name --- attributes/default.rb | 2 +- metadata.rb | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index 5c254b3..8cc2207 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -1,6 +1,6 @@ # # Cookbook Name:: sudo -# Attribute File:: sudoers +# Attribute File:: default # # Copyright 2008-2011, Opscode, Inc. # diff --git a/metadata.rb b/metadata.rb index 3eb58d3..08e7713 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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",