Puppet Class: role::templatesandbox
- Defined in:
- puppet/modules/role/manifests/templatesandbox.pp
Overview
Class: role::templatesandbox
Installs the TemplateSandbox extension which allows template changes to be previewed in various ways.
5 6 7 8 |
# File 'puppet/modules/role/manifests/templatesandbox.pp', line 5
class role::templatesandbox {
mediawiki::extension { 'TemplateSandbox':
}
}
|