Skip to content

Instantly share code, notes, and snippets.

@ajdecon
Created January 21, 2012 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajdecon/1654148 to your computer and use it in GitHub Desktop.
Save ajdecon/1654148 to your computer and use it in GitHub Desktop.
exports file for blogpost
<% node.nfs['shared_dirs'].each do |dir| -%>
<%= dir %> <% node.nfs['clients'].each do |client| -%><%= client %>(rw) <% end -%>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment