aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/timezone/manifests/timezone.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/timezone/manifests/timezone.pp b/modules/timezone/manifests/timezone.pp
index 04abfb73..8f3298a2 100644
--- a/modules/timezone/manifests/timezone.pp
+++ b/modules/timezone/manifests/timezone.pp
@@ -1,6 +1,6 @@
define timezone::timezone() {
file { '/etc/localtime':
ensure => link,
- target => "/usr/share/zoneinfo/$name"
+ target => "/usr/share/zoneinfo/${name}"
}
}