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
08b13461
Commit
08b13461
authored
Apr 15, 2013
by
Victor Penso
Committed by
Victor Penso
Apr 15, 2013
Browse files
explicit strings in configuration files
parent
1c044a15
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/default/etc_cvmfs_config.d_generic.local.erb
View file @
08b13461
...
...
@@ -5,5 +5,5 @@
# This file is managed by the Chef `cvmfs::client` cookbook.
<%
@config
.
each
do
|
key
,
value
|
%>
CVMFS_
<%=
key
.
upcase
%>
=
<%=
value
%>
CVMFS_
<%=
key
.
upcase
%>
=
"
<%=
value
%>
"
<%
end
%>
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