Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
cernvm-fs
Commits
5be8d31d
Commit
5be8d31d
authored
May 23, 2014
by
m.pausch
Browse files
do not install cvmfs-package on jessie
parent
9c800f4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
5be8d31d
...
...
@@ -3,7 +3,7 @@ maintainer_email "hpc@gsi.de"
license
"Apache 2.0"
description
"Deploya and configure CernVM-FS clients and servers."
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
"0.0.
1
"
version
"0.0.
2
"
depends
"sys"
depends
"apache2"
supports
"debian"
,
">= 7.0"
recipes/default.rb
View file @
5be8d31d
...
...
@@ -16,10 +16,10 @@
# limitations under the License.
# Install from source if a specific version is defined
unless
node
.
cvmfs
.
version
.
empty?
if
!
node
.
cvmfs
.
version
.
empty?
include_recipe
'cernvm-fs::install'
# Otherwise it is assumed a package can be installed
els
e
# Otherwise it is assumed a package can be installed
els
if
!
node
.
debian
.
codename
.
eql?
(
"jessie"
)
package
'cvmfs'
end
...
...
Write
Preview
Markdown
is supported
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