Puppet Class: tang::config
- Defined in:
- manifests/config.pp
Overview
This class is called from tang for service config.
5 6 7 |
# File 'manifests/config.pp', line 5
class tang::config {
assert_private('tang::config is a private class')
}
|