summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/common.pp2
1 files changed, 1 insertions, 1 deletions
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' {