summaryrefslogtreecommitdiffstats
path: root/modules/base
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-06-15 04:54:28 -0400
committerJesse Luehrs <doy@tozt.net>2020-06-15 04:54:28 -0400
commitcda8a0aa57cab46a556208b4060646a55e0b1123 (patch)
tree6a485780ea47211acc03a2c86bfc8c92755439e1 /modules/base
parent172caffbc19175c147d75bfb26a4c7972bcd248d (diff)
downloadpuppet-tozt-cda8a0aa57cab46a556208b4060646a55e0b1123.tar.gz
puppet-tozt-cda8a0aa57cab46a556208b4060646a55e0b1123.zip
configure time zone
Diffstat (limited to 'modules/base')
-rw-r--r--modules/base/manifests/operatingsystem.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/base/manifests/operatingsystem.pp b/modules/base/manifests/operatingsystem.pp
index 3241c25..e5425f3 100644
--- a/modules/base/manifests/operatingsystem.pp
+++ b/modules/base/manifests/operatingsystem.pp
@@ -9,6 +9,9 @@ class base::operatingsystem {
File["/etc/locale.gen"],
Exec["regen locale data"],
];
+ "/etc/localtime":
+ ensure => link,
+ target => "/usr/share/zoneinfo/UTC";
"/etc/hosts":
content => template('base/hosts');
'/etc/yaourtrc':