Puppet Function: wmflib::service::validate

Defined in:
modules/wmflib/functions/service/validate.pp
Function type:
Puppet Language

Overview

wmflib::service::validate(Hash[String, Wmflib::Service] $catalog)Any

Parameters:

  • catalog (Hash[String, Wmflib::Service])

Returns:

  • (Any)


1
2
3
# File 'modules/wmflib/functions/service/validate.pp', line 1

function wmflib::service::validate(Hash[String, Wmflib::Service] $catalog) {
    # Empty function for now, we just validate the type.
}