cookbook 'yacc', '= 0.3.1'
yacc
(30) Versions
0.3.1
-
Follow0
YACC (Yet Another Chocolatey Cookbook), Manages many chocolatey packages through attributes.
cookbook 'yacc', '= 0.3.1', :supermarket
knife supermarket install yacc
knife supermarket download yacc
YACC (Yet Another Chocolatey Cookbook)
Manages chocolatey packages through attributes.
Requirements
Depends
- chocolatey ~> 1.2.0
Platforms
- Windows
Chef
- Chef 12.0 or later
Attributes
Set the chocolatey source: (Default: https://chocolatey.org/api/v2)
{
"yacc" : {
"source" : "https://chocolatey.org/api/v2"
}
}
Determine if failures should be ignored(Default: false):
{
"yacc" : {
"ignore_failure" : true
}
}
Global install options that will be run with each choco install (Default: [])
{
"yacc" : {
"install_options" : {
"cachelocation": "C:\\tmp"
}
}
}
Define packages:
{
"yacc" : {
"packages" : {
"googlechrome": {
"action": "56.0.2924.76",
},
"firefox": {
"action": "upgrade",
"source": "https://private.repo.com/api/v2",
"install_options": {
"cachelocation": "C:\\windows\\temp"
}
},
"chocolateygui": {
"action": "purge"
}
}
}
}
The action field follows the same actions as this documentation, it also can take a version number.
Usage
yacc::default
Just include yacc in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[yacc]"
]
}
Dependent cookbooks
| chocolatey ~> 1.2.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
License Metric
0.3.1 passed this metric
0.3.1 passed this metric