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:
81c3aff
)
run ntp everywhere again
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 28 Dec 2014 09:57:45 +0000
(09:57 +0000)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sun, 28 Dec 2014 10:13:51 +0000
(10:13 +0000)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ntp/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ntp/manifests/init.pp
b/modules/ntp/manifests/init.pp
index
0cfb625
..
35f0669
100644
(file)
--- a/
modules/ntp/manifests/init.pp
+++ b/
modules/ntp/manifests/init.pp
@@
-4,16
+4,9
@@
class ntp {
ensure => installed
}
- if ($::lsbmajdistrelease >= 8) {
- service { 'ntp':
- ensure => stopped,
- require => Package['ntp']
- }
- } else {
- service { 'ntp':
- ensure => running,
- require => Package['ntp']
- }
+ service { 'ntp':
+ ensure => running,
+ require => Package['ntp']
}
@ferm::rule { 'dsa-ntp':