From 0f5766fe4d24fa81fc10769f80d75eb106dbe834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 13 Jan 2022 16:19:24 +0100 Subject: Set default timezone. --- manifests/common.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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', ], ) { -- cgit v1.2.3