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
18770e43
Commit
18770e43
authored
Jul 30, 2015
by
Dennis Klein
Browse files
deploy newer package for client on wheezy (server follows)
parent
88516f2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
18770e43
...
...
@@ -4,7 +4,7 @@ maintainer_email "hpc@gsi.de"
license
"Apache 2.0"
description
"Deploy and configure CernVM-FS clients and servers."
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
"0.1.
3
"
version
"0.1.
4
"
depends
"sys"
depends
"apache2"
,
"~> 1.8"
supports
"debian"
,
">= 7.0"
recipes/default.rb
View file @
18770e43
...
...
@@ -15,15 +15,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Install from source if a specific version is defined
# Install from source if a specific version is defined
if
not
node
.
cvmfs
.
version
.
empty?
include_recipe
'cernvm-fs::install'
# Otherwise it is assumed a package can be installed
else
else
case
node
.
platform_version
when
/^7/
package
'cvmfs'
if
node
.
cvmfs
.
server
.
repos
.
empty?
package
'cvmfs-client'
else
package
'cvmfs'
end
when
/^8/
package
'cvmfs-client'
else
...
...
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