projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b78e9
)
Revert "temporarily disable ntp install fu while we get virt-what installed"
author
Peter Palfrader
<peter@palfrader.org>
Fri, 18 Aug 2017 12:15:58 +0000
(14:15 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 18 Aug 2017 12:15:58 +0000
(14:15 +0200)
This reverts commit
e97ada246f6bbbdb8007d1156db9007b518aaf43
.
modules/time/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/time/manifests/init.pp
b/modules/time/manifests/init.pp
index
c6d2550
..
9f1ec60
100644
(file)
--- a/
modules/time/manifests/init.pp
+++ b/
modules/time/manifests/init.pp
@@
-7,8
+7,8
@@
class time {
if ($systemd and size($localtimeservers) > 0 and $::is_virtual and $::virtual == 'kvm') {
include ntp::purge
include systemdtimesyncd
-
#
} else {
-
#
include ntp
-
#
include ntpdate
+ } else {
+ include ntp
+ include ntpdate
}
}