cookbook 'yacc', '= 0.1.4'
yacc
(30) Versions
0.1.4
-
Follow0
YACC (Yet Another Chocolatey Cookbook), Manages many chocolatey packages through attributes.
cookbook 'yacc', '= 0.1.4', :supermarket
knife supermarket install yacc
knife supermarket download yacc
YACC (Yet Another Chocolatey Cookbook)
Manages chocolatey packages through attributes.
Requirements
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:\\temp" ] } }
Define packages:
{ "yacc" : { "packages" : { "googlechrome": { "action": "56.0.2924.76", "install_options": "--ignorechecksum" }, "firefox": { "action": "upgrade", "source": "https://private.repo.com/api/v2", "install_options": [ "--ignorechecksum", "--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
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
yacc CHANGELOG
This file is used to list changes made in each version of the yacc cookbook.
0.1.3
- Bug Fix
0.1.2
- Bug Fix
0.1.1
- Bug Fix
0.1.0
- Initial release of yacc
Collaborator Number Metric
0.1.4 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Foodcritic Metric
0.1.4 failed this metric
FC052: Metadata uses the unimplemented "suggests" keyword: yacc/metadata.rb:12
Run with Foodcritic Version 8.2.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
License Metric
0.1.4 passed this metric
0.1.4 failed this metric
0.1.4 failed this metric
FC052: Metadata uses the unimplemented "suggests" keyword: yacc/metadata.rb:12
Run with Foodcritic Version 8.2.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
License Metric
0.1.4 passed this metric
0.1.4 passed this metric