]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/accounts/metadata.rb
Qualify property names
[chef.git] / cookbooks / accounts / metadata.rb
index f85cff46527228c71481104b3aa8aa665cc0b4b2..6d458937e3d178ef9955a33acee1ab0b67220b2d 100644 (file)
@@ -1,27 +1,8 @@
 name              "accounts"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Accounts management"
 long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
 version           "1.0.0"
-
-attribute "accounts",
-  :display_name => "Accounts",
-  :description => "Hash of account attributes",
-  :type => "hash"
-
-attribute "accounts/home",
-  :display_name => "Home Directory",
-  :description => "Home directory for accounts",
-  :default => "/home"
-
-attribute "accounts/shell",
-  :display_name => "Default Shell",
-  :description => "Default shell for accounts",
-  :default => "/bin/bash"
-
-attribute "accounts/users",
-  :display_name => "Users",
-  :description => "User account details",
-  :type => "hash"
+supports          "ubuntu"