Puppet Class: ckan::ext::showcase
- Defined in:
- manifests/ext/showcase.pp
Summary
Installs the showcase extension.Overview
| 5 6 7 8 9 10 | # File 'manifests/ext/showcase.pp', line 5
class ckan::ext::showcase {
  ckan::ext { 'showcase':
    plugin   => ['showcase'],
    revision => 'master',
  }
} |