OP#647 initial commit after fork
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
## alloy_cd::main::service.pp
|
||||
# Module name: alloy_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
## confdroid_alloy::main::service.pp
|
||||
# Module name: confdroid_alloy
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class manages the alloy service
|
||||
###############################################################################
|
||||
class alloy_cd::main::service (
|
||||
class confdroid_alloy::main::service (
|
||||
|
||||
) inherits alloy_cd::params {
|
||||
require alloy_cd::main::files
|
||||
) inherits confdroid_alloy::params {
|
||||
require confdroid_alloy::main::files
|
||||
|
||||
service { $ay_service:
|
||||
ensure => running,
|
||||
|
||||
Reference in New Issue
Block a user