Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
apt
Commits
762a98df
Commit
762a98df
authored
Feb 18, 2020
by
Tim Smith
Browse files
Simplify the metadata.rb to resolve cookstyle warnings
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
a08b5b88
Changes
2
Hide whitespace changes
Inline
Side-by-side
kitchen.dokken.yml
View file @
762a98df
---
driver
:
name
:
dokken
privileged
:
true
# because Docker and SystemD/Upstart
...
...
metadata.rb
View file @
762a98df
...
...
@@ -5,9 +5,8 @@ license 'Apache-2.0'
description
'Configures apt and apt caching.'
version
'7.2.0'
%w(ubuntu debian)
.
each
do
|
os
|
supports
os
end
supports
'ubuntu'
supports
'debian'
source_url
'https://github.com/chef-cookbooks/apt'
issues_url
'https://github.com/chef-cookbooks/apt/issues'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment