OP#647 initial commit after fork
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
## alloy_cd::main::dirs.pp
|
||||
# Module name: alloy_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages required directories for the alloy_cd module
|
||||
## confdroid_alloy::main::dirs.pp
|
||||
# Module name: confdroid_alloy
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class manages required directories for the confdroid_alloy module
|
||||
###############################################################################
|
||||
class alloy_cd::main::dirs (
|
||||
class confdroid_alloy::main::dirs (
|
||||
|
||||
) inherits alloy_cd::params {
|
||||
require alloy_cd::main::install
|
||||
) inherits confdroid_alloy::params {
|
||||
require confdroid_alloy::main::install
|
||||
|
||||
# main config dir
|
||||
file { $ay_main_dir:
|
||||
|
||||
Reference in New Issue
Block a user