xhost-cookbooks/system

View on GitHub
templates/arch/environment.erb

Summary

Maintainability
Test Coverage
#
# This file is parsed by pam_env module
#
# Syntax: simple "KEY=VAL" pairs on separate lines
#
# This file is managed by Chef
# Do not edit this file by hand!

<% @extra.each do |k, v| -%>
<%= k %>=<%= v %>
<% end -%>