wzooff / minimart-cookbook

configures berkshelf compatible storage for cookbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimart Cookbook

Install minimart supermarket for chef cookbooks

https://github.com/electric-it/minimart

Requirements

  • Chef 12+
  • Centos 7

How it's working?

Cookbook parse list of tags from repos and generate berks compatible repository

So you should specify tags for your release commits

git commit -m "refactoring"

git push

git tag -a v0.3.2 -m "version 0.3.2"

git push --tags

Next chef run will download tagged cookbook version

TODO

A lot of things :)

About

configures berkshelf compatible storage for cookbooks


Languages

Language:Ruby 96.9%Language:HTML 3.1%