<%- | String $where, String $what, String $wantedby, Array[String] $options, | -%> [Unit] [Install] <%= $wantedby %> [Mount] Where=<%= $where %> What=<%= $what %> <% if $options != [] { %>Options=<%= $options.join(',') %><% } %>