itchef/cookbooks/cpe_pathsd/templates/default/profile.d_paths.erb (7 lines of code) (raw):
# Copyright (c) Facebook, Inc. and its affiliates.
<% node['cpe_pathsd'].sort.uniq.each do |path| -%>
[ -d "<%= path %>" ] && PATH="${PATH}:<%= path %>"
<% end -%>
<%- unless node['cpe_pathsd'].empty? -%>
export PATH
<%- end -%>