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

Parameters:

  • search_items (Hash) (defaults to: {})

    List of search items



3
4
5
6
# File 'manifests/params.pp', line 3

class snd::params (
  Hash $search_items = {}
) {
}