X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fbase_installation%2Fmanifests%2Fservices.pp;h=067a8f203be9030fe5160993f98c0096bb141bc7;hb=7de07d053c76cdc0c270cb77c79abc2cf4100c1a;hp=d7b4d61a48d86a1edcce1b602197947ee319e7eb;hpb=64b197e6488e1ba1a48d63f365242d50c668ee13;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/base_installation/manifests/services.pp b/modules/base_installation/manifests/services.pp index d7b4d61..067a8f2 100644 --- a/modules/base_installation/manifests/services.pp +++ b/modules/base_installation/manifests/services.pp @@ -15,6 +15,11 @@ class base_installation::services inherits base_installation { enable => true, } + service { "systemd-timesyncd": + #ensure => "running", + enable => true + } + service { "cronie": #ensure => "running", enable => true,