add configuration and service
This commit is contained in:
@@ -9,4 +9,10 @@ class cd_alloy::main::service (
|
||||
|
||||
require cd_alloy::main::files
|
||||
|
||||
service { $ay_service:
|
||||
ensure => running,
|
||||
hasstatus => true,
|
||||
hasrestart => true,
|
||||
enable => true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user