diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-25 17:41:15 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-25 22:09:32 +0200 |
commit | 7de07d053c76cdc0c270cb77c79abc2cf4100c1a (patch) | |
tree | 035f47511eaac0f091961cbc3a13d6316f565d45 | |
parent | 64b197e6488e1ba1a48d63f365242d50c668ee13 (diff) | |
download | Puppet-7de07d053c76cdc0c270cb77c79abc2cf4100c1a.tar.gz Puppet-7de07d053c76cdc0c270cb77c79abc2cf4100c1a.tar.zst Puppet-7de07d053c76cdc0c270cb77c79abc2cf4100c1a.zip |
Add NTP to base installation
-rw-r--r-- | modules/base_installation/manifests/services.pp | 5 |
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, |