To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorChef cookbooks from Opscode Community website
- Scenarios
-
- A single cookbook, without dependencies
-
This scenario does not have any steps.
- Version & checksum
-
- Given
-
a repository with following Vendorfile:
require 'vendorificator/vendor/chef_cookbook' chef_cookbook 'apt'
- When
- I run "vendorify"
- Then
-
following has been conjured:
Name cookbooks/apt With file metadata.rb
- Dependency hook
-
- Given
-
a repository with following Vendorfile:
require 'vendorificator/vendor/chef_cookbook' chef_cookbook 'memcached'
- When
- I run "vendorify"
- Then
-
following has been conjured:
Name cookbooks/memcached cookbooks/runit With file metadata.rb metadata.rb
- Ignored dependency
-
- Given
-
a repository with following Vendorfile:
require 'vendorificator/vendor/chef_cookbook' chef_cookbook_ignore_dependencies ['runit'] chef_cookbook 'memcached'
- When
- I run "vendorify"
- Then
-
following has been conjured:
Name cookbooks/memcached With file metadata.rb - And
-
following has not been conjured:
Name cookbooks/runit With file metadata.rb
Last published almost 7 years ago by mpasternacki.