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