Puppet Class: badstation::testing

Defined in:
manifests/testing.pp

Overview

This a dummy file for testing.



3
4
5
6
7
# File 'manifests/testing.pp', line 3

class badstation::testing {
  class {'badstation':
    testing => true  
  }
}