]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/base_installation/manifests/services.pp
Add NTP to base installation
[perso/Immae/Projets/Puppet.git] / modules / base_installation / manifests / services.pp
index d7b4d61a48d86a1edcce1b602197947ee319e7eb..067a8f203be9030fe5160993f98c0096bb141bc7 100644 (file)
@@ -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,