Sha256: 16c7a88278383bc97e9737a26b5883675214c9ece524e0963212c2f6e89f2607

Contents?: true

Size: 1.18 KB

Versions: 4

Compression:

Stored size: 1.18 KB

Contents

name              "apt"
maintainer        "Opscode, Inc."
maintainer_email  "cookbooks@opscode.com"
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           "2.0.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

attribute "apt/cacher-client/restrict_environment",
  :description => "Whether to restrict the search for the caching server to the same environment as this node",
  :default => "false"

attribute "apt/cacher_port",
  :description => "Default listen port for the caching server",
  :default => "3142"

attribute "apt/key_proxy",
  :description => "Passed as the proxy passed to GPG for the apt_repository resource",
  :default => ""

attribute "apt/caching_server",
  :description => "Set this to true if the node is a caching server",
  :default => "false"

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
BtSync-0.6.2 cookbooks/apt/metadata.rb
BtSync-0.6.1 cookbooks/apt/metadata.rb
BtSync-0.5.3 cookbooks/apt/metadata.rb
vagrant-managed-servers-0.1.0 cookbooks/apt/metadata.rb