Puppet Class: openldap::client::utils

Defined in:
manifests/client/utils.pp

Overview



1
2
3
4
# File 'manifests/client/utils.pp', line 1

class openldap::client::utils {
  warning('openldap::client::utils is deprecated; please use openldap::utils')
  include openldap::utils
}