Skip to content
GitLab
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
893a2126
Commit
893a2126
authored
Sep 23, 2019
by
Christopher Huhn
Browse files
Specify map name for CVMFS
parent
e870ec3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/client.rb
View file @
893a2126
...
...
@@ -21,7 +21,9 @@ when /^7.*/
node
.
default
[
'sys'
][
'autofs'
][
'maps'
][
'cvmfs'
]
=
{}
include_recipe
'sys::autofs'
when
/^9.*/
node
.
default
[
'sys'
][
'autofs'
][
'maps'
][
'cvmfs'
]
=
{}
node
.
default_unless
[
'sys'
][
'autofs'
][
'maps'
][
'cvmfs'
]
=
{
mapname:
'/usr/lib/cvmfs/auto.cvmfs'
}
include_recipe
'sys::autofs'
end
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment