Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125257
ssh_config.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
614 B
Subscribers
None
ssh_config.erb
View Options
# File managed by Puppet
<%-
scope
.
lookupvar
(
'ssh::client::merged_options'
)
.
sort
.
each
do
|
k
,
v
|
-%>
<%-
if
v
.
is_a?
(
Hash
)
-%>
<%=
k
%>
<%-
v
.
sort
.
each
do
|
key
,
value
|
-%>
<%-
if
value
.
is_a?
(
Array
)
-%>
<%-
value
.
each
do
|
a
|
-%>
<%-
if
a
!=
''
-%>
<%=
key
%>
<%=
a
%>
<%-
end
-%>
<%-
end
-%>
<%-
elsif
value
!=
''
-%>
<%=
key
%>
<%=
value
%>
<%-
end
-%>
<%-
end
-%>
<%-
else
-%>
<%-
if
v
.
is_a?
(
Array
)
-%>
<%-
v
.
each
do
|
a
|
-%>
<%-
if
a
!=
''
-%>
<%=
k
%>
<%=
a
%>
<%-
end
-%>
<%-
end
-%>
<%-
elsif
v
!=
:undef
and
v
!=
''
-%>
<%=
k
%>
<%=
v
%>
<%-
end
-%>
<%-
end
-%>
<%-
end
-%>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 8:22 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3378389
Attached To
rSPSSH puppet-saz-ssh
Event Timeline
Log In to Comment