Version information
released Apr 13th 2014
Start using this module
Add this module to your Puppetfile:
mod 'meltwater-create_collector', '0.1.2'
Learn more about managing modules with a PuppetfileDocumentation
meltwater/create_collector — version 0.1.2 Apr 13th 2014
create_collector
Creates a collector and applies overrides
First argument is the resource type, second the parameter/property you want to match, third its value and finally a hash of parameters/properties you want to override.
@user { 'wleese':
uid => '101010',
}
$overrides = { 'uid' => '8888',
'groups' => ['wheel','audio'],
}
create_collector('user', 'title', 'wleese', $overrides)
Known Issues:
- Can only generate a collector based on a single boolean