From 873ed4d7022ed2e89e7eea4dfb20645de913c5cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 27 Sep 2023 06:29:31 +0200 Subject: Made timezone links relative. Since I often nest system, and systems might have different zones available. --- manifests/common.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/common.pp b/manifests/common.pp index 8dd57df..79949b7 100644 --- a/manifests/common.pp +++ b/manifests/common.pp @@ -22,7 +22,7 @@ class profiles::common ( file { '/etc/localtime': ensure => link, - target => "/usr/share/zoneinfo/${timezone}", + target => "../usr/share/zoneinfo/${timezone}", } if $facts['os']['name'] == 'Debian' { -- cgit v1.2.3