Puppet Class: snd::params
- Defined in:
- manifests/params.pp
Summary
Module to search a string within a file. If found, either display summary a message, or remove it.Overview
3 4 5 6 |
# File 'manifests/params.pp', line 3
class snd::params (
Hash $search_items = {}
) {
}
|