Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/base/manifests/init.pp

Issue 29338473: Issue 3574 - Move cron setup from class base to module adblockplus (Closed)
Patch Set: Created March 16, 2016, 9:49 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/adblockplus/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/base/manifests/init.pp
diff --git a/modules/base/manifests/init.pp b/modules/base/manifests/init.pp
index 1b48d019ff83155637ad956ac693bd1164d89d70..b21d11ea0881b7d14ac185e77f86995e40097bfa 100644
--- a/modules/base/manifests/init.pp
+++ b/modules/base/manifests/init.pp
@@ -12,11 +12,6 @@ class base ($zone='adblockplus.org') {
ensure => present,
}
- service {'cron':
- ensure => running,
- enable => true,
- }
-
class {'logrotate':
stage => 'post'
}
« no previous file with comments | « modules/adblockplus/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld