File: init.pp.erb

package info (click to toggle)
puppet-agent 8.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,392 kB
  • sloc: ruby: 286,820; sh: 492; xml: 116; makefile: 88; cs: 68
file content (6 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
class <%= name %> {
  class { "<%= name %>::internal": }
  <% roles.each do |role| %>
    class { "<%= name %>::role<%= role %>": }
  <% end %>
}