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
3c711427
Commit
3c711427
authored
Sep 18, 2019
by
m.pausch
Committed by
Christopher Huhn
Sep 23, 2019
Browse files
Adjust to new version of sys::autofs
parent
0016b22f
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/client.rb
View file @
3c711427
...
...
@@ -18,10 +18,10 @@
case
node
[
'platform_version'
]
when
/^7.*/
node
.
default
[
'sys'
][
'autofs'
][
'maps'
][
'
/
cvmfs'
]
[
'map'
]
=
'/etc/auto.cvmfs'
node
.
default
[
'sys'
][
'autofs'
][
'maps'
][
'cvmfs'
]
=
{}
include_recipe
'sys::autofs'
when
/^9.*/
node
.
default
[
'sys'
][
'autofs'
][
'maps'
][
'
/
cvmfs'
]
[
'map'
]
=
'/etc/auto.cvmfs'
node
.
default
[
'sys'
][
'autofs'
][
'maps'
][
'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