Puppet Class: assert
- Defined in:
- manifests/init.pp
Overview
this class is only here so puppet recognizes this as a valid puppet module
2 3 4 |
# File 'manifests/init.pp', line 2
class assert {
fail('do not include the ::assert class')
}
|