Skip to content

Commit

Permalink
Ignore kitchen dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Sep 7, 2015
1 parent c6d9709 commit 48179de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ vendor/
#vagrant stuff
.vagrant/
.vagrant.d/
.kitchen/
26 changes: 13 additions & 13 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name 'apt'
maintainer 'Chef Software, 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'))
issues_url 'https://github.com/opscode-cookbooks/apt/issues' if respond_to?(:issues_url)
source_url 'https://github.com/opscode-cookbooks/apt' if respond_to?(:source_url)
version '2.8.2'
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'
name 'apt'
maintainer 'Chef Software, 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'))
issues_url 'https://github.com/opscode-cookbooks/apt/issues' if respond_to?(:issues_url)
source_url 'https://github.com/opscode-cookbooks/apt' if respond_to?(:source_url)
version '2.8.2'
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|
%w(ubuntu debian).each do |os|
supports os
end

Expand Down

0 comments on commit 48179de

Please sign in to comment.