Puppet Class: maestro_demo::demo::imports

Defined in:
manifests/demo/imports.pp

Overview



1
2
3
4
5
6
7
8
9
10
11
# File 'manifests/demo/imports.pp', line 1

class maestro_demo::demo::imports {

  # Set up any source types we need
  class { 'maestro_demo::demo::source_types': } ->

  # Set up any sources we need
  class { 'maestro_demo::demo::sources': } ->

  # Set up any compositions we need (technically I suppose this should be projects)
  class { 'maestro_demo::demo::compositions': }
}