Puppet Class: maestro_demo::demo::sources
- Defined in:
- manifests/demo/sources.pp
Overview
1 2 3 4 5 6 7 8 9 10 11 |
# File 'manifests/demo/sources.pp', line 1
class maestro_demo::demo::sources {
# Add any sources here... ideally in the form
# maestro_demo:source::<source_name>
maestro_demo::demo::source::generic { 'jenkins': }
# maestro_demo::demo::source::generic { 'rackspace': }
maestro_demo::demo::source::generic { 'rightscale': }
maestro_demo::demo::source::generic { 'aws': }
maestro_demo::demo::source::generic { 'archiva': }
}
|