summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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', ],
) {