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