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

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

Issue 29337931: Issue 3574 - Move timezone setup from class base to module adblockplus (Closed)
Patch Set: Created March 8, 2016, 12:02 a.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 2f2bd2ae3056113964c091bdca53a172f0f0f1e0..e18c9848e63ab1284b23ea62e8093d82775a6e55 100644
--- a/modules/base/manifests/init.pp
+++ b/modules/base/manifests/init.pp
@@ -21,21 +21,6 @@ class base ($zone='adblockplus.org') {
ensure => present,
}
- file {'/etc/timezone':
- ensure => file,
- owner => root,
- group => root,
- mode => 0644,
- content => 'UTC',
- notify => Service['cron']
- }
-
- file {'/etc/localtime':
- ensure => link,
- target => '/usr/share/zoneinfo/UTC',
- notify => Service['cron']
- }
-
service {'cron':
ensure => running,
enable => true,
« 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