Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chef Cookbooks
ubuntu_base
Commits
bf0fd5bd
Commit
bf0fd5bd
authored
Aug 02, 2016
by
Stefan Galinski
🎮
Browse files
[TASK] Improve the metadata.rb
parent
2a113f3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
bf0fd5bd
...
...
@@ -3,9 +3,11 @@ maintainer 'sgalinski Internet Services'
maintainer_email
'stefan@sgalinski.de'
license
'Apache 2.0'
description
'Basic setup'
long_description
'Basic setup'
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
'1.0.0'
recipe
'ubuntu_base::default'
,
'Provides the basic configuration and setup'
issues_url
'https://gitlab.sgalinski.de/chef-cookbooks/ubuntu_base/issues'
source_url
'https://gitlab.sgalinski.de/chef-cookbooks/ubuntu_base'
depends
'apt'
depends
'build-essential'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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