Composable roles within services - NTP - CephStorage

Add NTP as a composable service for CephStorage.

Partially-implements: blueprint composable-services-within-roles

Change-Id: Iee89b261b3c45f596ad84549e25d47b8ca1cfbdb
This commit is contained in:
Carlos Camacho
2016-06-17 09:10:56 +02:00
parent a2614491be
commit 94166fb66a
3 changed files with 3 additions and 12 deletions

View File

@@ -23,10 +23,7 @@ if hiera('step') >= 1 {
Exec <| tag == 'kmod::load' |> -> Sysctl <| |>
include ::timezone
if count(hiera('ntp::servers')) > 0 {
include ::ntp
}
}
if hiera('step') >= 3 {