Puppet Class: wikitools
- Defined in:
- puppet/modules/wikitools/manifests/init.pp
Overview
Class: wikitools
Provisions Wikitools, a Python toolkit for MediaWiki.
5 6 7 8 9 10 |
# File 'puppet/modules/wikitools/manifests/init.pp', line 5
class wikitools {
package { 'wikitools':
ensure => '1.1',
provider => 'pip',
}
}
|