Puppet Class: apache::mod::dbd

Defined in:
manifests/mod/dbd.pp

Summary

Installs `mod_dbd`.

Overview

Parameters:

  • apache_version

    Used to verify that the Apache version you have requested is compatible with the module.

See Also:



9
10
11
# File 'manifests/mod/dbd.pp', line 9

class apache::mod::dbd {
  ::apache::mod { 'dbd': }
}