Puppet Class: ckan::ext::repeating
- Defined in:
- manifests/ext/repeating.pp
Summary
Installs the "repeating" extension.Overview
This extension provides a way to store repeating fields in CKAN datasets, resources, organizations and groups.
8 9 10 11 12 13 14 |
# File 'manifests/ext/repeating.pp', line 8
class ckan::ext::repeating {
ckan::ext { 'repeating':
source => 'http://github.com/open-data/ckanext-repeating',
revision => 'master',
plugin => ['repeating'],
}
}
|