]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Add NTP to base installation
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 25 Mar 2018 15:41:15 +0000 (17:41 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 25 Mar 2018 20:09:32 +0000 (22:09 +0200)
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,