<%
conf = node['apt_utils']['conf']['extra']
-%>
<% conf['props'].each {|key, value| -%>
<%= key %> "<%= value %>";
<% } -%>
