add files and dirs cntrol
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
class php_cd::main::config (
|
||||
|
||||
) inherits php_cd::params {
|
||||
include php_cd::main::install
|
||||
include php_cd::main::files
|
||||
}
|
||||
|
||||
10
manifests/main/dirs.pp
Normal file
10
manifests/main/dirs.pp
Normal file
@@ -0,0 +1,10 @@
|
||||
## php_cd::main::dirs.pp
|
||||
# Module name: php_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages directory structure
|
||||
##############################################################################
|
||||
class php_cd::main::dirs (
|
||||
|
||||
) inherits php_cd::params {
|
||||
require php_cd::main::install
|
||||
}
|
||||
10
manifests/main/files.pp
Normal file
10
manifests/main/files.pp
Normal file
@@ -0,0 +1,10 @@
|
||||
## php_cd::main::files.pp
|
||||
# Module name: php_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages file aspects
|
||||
##############################################################################
|
||||
class php_cd::main::files (
|
||||
|
||||
) inherits php_cd::params {
|
||||
require php_cd::main::dirs
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
## php_cd::main::install.pp
|
||||
# Module name: php_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the module logic
|
||||
# @summary Class manages installation aspects
|
||||
##############################################################################
|
||||
class php_cd::main::install (
|
||||
|
||||
|
||||
Reference in New Issue
Block a user