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
sys
Commits
16d19a9c
Commit
16d19a9c
authored
Nov 10, 2021
by
Christopher Huhn
Browse files
Add a generic template for /etc/default/…
parent
5476bf7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
16d19a9c
...
...
@@ -16,4 +16,4 @@ supports 'debian'
depends
'line'
,
'< 1.0'
depends
'chef-vault'
version
'1.61.
0
'
version
'1.61.
1
'
templates/default/etc_default_generic.erb
0 → 100644
View file @
16d19a9c
<%=
template_header
%>
<%-
@envvars
.
each
do
|
key
,
value
|
-%>
<%=
@upcase
?
key
.
upcase
:
key
%>
="
<%=
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