Created
April 29, 2013 18:06
-
-
Save maplebed/5483491 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ 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