9 lines
324 B
Puppet
9 lines
324 B
Puppet
## confdroid_postgresql::init.pp
|
|
# Module name: confdroid_postgresql
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
|
# @summary Class initializes the confdroid_postgresql module.
|
|
##############################################################################
|
|
class confdroid_postgresql {
|
|
include confdroid_postgresql::params
|
|
}
|