Skip to content

Instantly share code, notes, and snippets.

@maplebed
Created April 29, 2013 18:06
Show Gist options
  • Save maplebed/5483491 to your computer and use it in GitHub Desktop.
Save maplebed/5483491 to your computer and use it in GitHub Desktop.
➜ cat metadata.rb 1
name "apt"
maintainer "Opscode, Inc."
maintainer_email "[email protected]"
license "Apache 2.0"
description "Configures apt and apt services and LWRPs for managing apt repositories and preferences"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.7.0"
recipe "apt", "Runs apt-get update during compile phase and sets up preseed directories"
recipe "apt::cacher-ng", "Set up an apt-cacher-ng caching proxy"
recipe "apt::cacher-client", "Client for the apt::cacher-ng caching proxy"
%w{ ubuntu debian }.each do |os|
supports os
end
:) ( 04/29/13@11:06AM )( ben@BenH ):~chef/cookbooks/apt@master✗ ✭
➜ cat Berksfile
site :opscode
metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment