OP#409 initial commit after fork
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
## cd_apache::server::files.pp
|
||||
# Module name: cd_apache
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
## confdroid_apache::server::files.pp
|
||||
# Module name: confdroid_apache
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Manage all aspects for the httpd configuration, if enabled.
|
||||
##############################################################################
|
||||
class cd_apache::server::files (
|
||||
class confdroid_apache::server::files (
|
||||
|
||||
) inherits cd_apache::params {
|
||||
require cd_apache::server::dirs
|
||||
) inherits confdroid_apache::params {
|
||||
require confdroid_apache::server::dirs
|
||||
|
||||
if $ae_manage_cfg == true {
|
||||
# manage main config file
|
||||
|
||||
Reference in New Issue
Block a user