From f21690e99aa7307b35ad5e58f99543270f905306 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 17 Apr 2014 09:55:42 -0700 Subject: [PATCH] Add README badges [ci skip] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f23212a1..42700fb1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ apt Cookbook ============ +[![Cookbook Version](http://img.shields.io/cookbook/v/apt.svg)][cookbook] +[![Build Status](http://img.shields.io/travis/opscode-cookbooks/apt.svg)][travis] + +[cookbook]: https://community.opscode.com/cookbooks/apt +[travis]: http://travis-ci.org/opscode-cookbooks/apt + This cookbook includes recipes to execute apt-get update to ensure the local APT package cache is up to date. There are recipes for managing the apt-cacher-ng caching proxy and proxy clients. It also includes a LWRP for managing APT repositories in /etc/apt/sources.list.d as well as an LWRP for pinning packages via /etc/apt/preferences.d.