summaryrefslogtreecommitdiff
path: root/manifests/common.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-13 16:19:24 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-13 16:19:24 +0100
commit0f5766fe4d24fa81fc10769f80d75eb106dbe834 (patch)
tree7c733c8f64eedee89cc331ebac2a47d20ed27d71 /manifests/common.pp
parentEnable puppet autosign. (diff)
downloadprofiles-0f5766fe4d24fa81fc10769f80d75eb106dbe834.tar.gz
profiles-0f5766fe4d24fa81fc10769f80d75eb106dbe834.tar.xz
Set default timezone.
Diffstat (limited to '')
-rw-r--r--manifests/common.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index 6de8a20..5f165a1 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -1,5 +1,5 @@
class profiles::common (
- String $timezone,
+ String $timezone = 'UTC',
Array[String] $locales = [ 'en_US.UTF-8', ],
) {