aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-25 17:41:15 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-25 17:41:15 +0200
commit97fcb1760eb14cac12839ebd3a063dd265c85888 (patch)
treea5d7cc462cca6410c9076e87c03232fe9479a88d /modules
parent6b0b21b455ab022dc30d650749a6e929220a36ee (diff)
downloadPuppet-97fcb1760eb14cac12839ebd3a063dd265c85888.tar.gz
Puppet-97fcb1760eb14cac12839ebd3a063dd265c85888.tar.zst
Puppet-97fcb1760eb14cac12839ebd3a063dd265c85888.zip
Add NTP to base installation
Diffstat (limited to 'modules')
-rw-r--r--modules/base_installation/manifests/services.pp5
1 files changed, 5 insertions, 0 deletions
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 {
15 enable => true, 15 enable => true,
16 } 16 }
17 17
18 service { "systemd-timesyncd":
19 #ensure => "running",
20 enable => true
21 }
22
18 service { "cronie": 23 service { "cronie":
19 #ensure => "running", 24 #ensure => "running",
20 enable => true, 25 enable => true,