OP#419 initial commit after changes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
## php_cd::main::files.pp
|
||||
# Module name: php_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
## confdroid_php::main::files.pp
|
||||
# Module name: confdroid_php
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class manages file aspects
|
||||
##############################################################################
|
||||
class php_cd::main::files (
|
||||
class confdroid_php::main::files (
|
||||
|
||||
) inherits php_cd::params {
|
||||
require php_cd::main::dirs
|
||||
) inherits confdroid_php::params {
|
||||
require confdroid_php::main::dirs
|
||||
|
||||
file { $php_ini_file:
|
||||
ensure => file,
|
||||
|
||||
Reference in New Issue
Block a user