Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cernvm-fs
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CHEF
cookbooks
cernvm-fs
Commits
c1464578
Commit
c1464578
authored
10 years ago
by
Matthias Pausch
Browse files
Options
Downloads
Patches
Plain Diff
do not install cvmfs-package on jessie
parent
9c800f4d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
metadata.rb
+1
-1
1 addition, 1 deletion
metadata.rb
recipes/default.rb
+3
-3
3 additions, 3 deletions
recipes/default.rb
with
4 additions
and
4 deletions
metadata.rb
+
1
−
1
View file @
c1464578
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
recipes/default.rb
+
3
−
3
View file @
c1464578
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment