projects
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb752ac
)
Do not run ntpd for now
author
Peter Palfrader
<peter@palfrader.org>
Sat, 20 Dec 2014 13:30:48 +0000
(13:30 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 20 Dec 2014 13:30:48 +0000
(13:30 +0000)
modules/ntp/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ntp/manifests/init.pp
b/modules/ntp/manifests/init.pp
index 35f0669d076751702aaef4887f83b5b45835894b..4f6ff6832cc8f0d1403fb89c2eeae99b15a41e89 100644
(file)
--- a/
modules/ntp/manifests/init.pp
+++ b/
modules/ntp/manifests/init.pp
@@
-5,7
+5,7
@@
class ntp {
}
service { 'ntp':
- ensure =>
running
,
+ ensure =>
stopped
,
require => Package['ntp']
}