aboutsummaryrefslogtreecommitdiff
path: root/manifests/personal.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/personal.pp')
-rw-r--r--manifests/personal.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/personal.pp b/manifests/personal.pp
index 4d63486..ca5370b 100644
--- a/manifests/personal.pp
+++ b/manifests/personal.pp
@@ -29,14 +29,14 @@ class nodo::personal {
}
# Hostname cache for general use
- file { "/var/cache/${hostname}":
+ file { "/var/cache/${::hostname}":
ensure => directory,
mode => 0755,
}
# Link to the media cache, useful to have unique remotes
# for git-annex in removable media
- file { "/var/cache/${hostname}/media":
+ file { "/var/cache/${::hostname}/media":
ensure => "/var/cache/media",
}
}