Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
cernvm-fs
Commits
1067ed78
Commit
1067ed78
authored
Dec 04, 2013
by
Victor Penso
Browse files
apache needs to be a dependency to work with Chef server
parent
c5c73202
Changes
1
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
1067ed78
...
@@ -5,4 +5,5 @@ description "Deploya and configure CernVM-FS clients and servers."
...
@@ -5,4 +5,5 @@ description "Deploya and configure CernVM-FS clients and servers."
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
"0.0.1"
version
"0.0.1"
depends
"sys"
depends
"sys"
depends
"apache2"
supports
"debian"
,
">= 7.0"
supports
"debian"
,
">= 7.0"
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