Guest User

Untitled

a guest
Jun 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # /etc/aliases
  2. #
  3. # This file is managed by chef, change it at your peril
  4. #
  5.  
  6. <% @aliases.sort.each do |address, recipients| %>
  7. <%= address %>: <%= recipients.join(",") %>
  8. <% end %>
Add Comment
Please, Sign In to add comment