71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"name": "sudo",
|
|
"version": "2.7.1",
|
|
"description": "Installs sudo and configures /etc/sudoers",
|
|
"long_description": "",
|
|
"maintainer": "Opscode, Inc.",
|
|
"maintainer_email": "cookbooks@opscode.com",
|
|
"license": "Apache 2.0",
|
|
"platforms": {
|
|
"redhat": ">= 0.0.0",
|
|
"centos": ">= 0.0.0",
|
|
"fedora": ">= 0.0.0",
|
|
"ubuntu": ">= 0.0.0",
|
|
"debian": ">= 0.0.0",
|
|
"freebsd": ">= 0.0.0",
|
|
"mac_os_x": ">= 0.0.0"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"recommendations": {
|
|
},
|
|
"suggestions": {
|
|
},
|
|
"conflicting": {
|
|
},
|
|
"providing": {
|
|
},
|
|
"replacing": {
|
|
},
|
|
"attributes": {
|
|
"authorization": {
|
|
"display_name": "Authorization",
|
|
"description": "Hash of Authorization attributes",
|
|
"type": "hash"
|
|
},
|
|
"authorization/sudo": {
|
|
"display_name": "Authorization Sudoers",
|
|
"description": "Hash of Authorization/Sudo attributes",
|
|
"type": "hash"
|
|
},
|
|
"authorization/sudo/users": {
|
|
"display_name": "Sudo Users",
|
|
"description": "Users who are allowed sudo ALL",
|
|
"type": "array",
|
|
"default": ""
|
|
},
|
|
"authorization/sudo/groups": {
|
|
"display_name": "Sudo Groups",
|
|
"description": "Groups who are allowed sudo ALL",
|
|
"type": "array",
|
|
"default": ""
|
|
},
|
|
"authorization/sudo/passwordless": {
|
|
"display_name": "Passwordless Sudo",
|
|
"description": "",
|
|
"type": "string",
|
|
"default": "false"
|
|
},
|
|
"authorization/sudo/include_sudoers_d": {
|
|
"display_name": "Include sudoers.d",
|
|
"description": "Whether to create the sudoers.d includedir",
|
|
"type": "string",
|
|
"default": "false"
|
|
}
|
|
},
|
|
"groupings": {
|
|
},
|
|
"recipes": {
|
|
"sudo": "Installs sudo and configures /etc/sudoers"
|
|
}
|
|
} |