add main module order
This commit is contained in:
11
manifests/main/service.pp
Normal file
11
manifests/main/service.pp
Normal file
@@ -0,0 +1,11 @@
|
||||
Module name: cd_alloy
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the alloy service
|
||||
###############################################################################
|
||||
class cd_alloy::main::service (
|
||||
|
||||
) inherits cd_alloy::params {
|
||||
|
||||
require cd_alloy::main::files
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user