aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-28 16:38:16 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-28 16:38:16 -0200
commitdc0ec159833b4be63a8aef3c4ae729aba259cd0e (patch)
tree2aecf38a82025dd9a5b7c3cb89de1ea9b41b7d23 /manifests
parent9a98e314b36667e0d4141874e61656583c3794d2 (diff)
downloadpuppet-nodo-dc0ec159833b4be63a8aef3c4ae729aba259cd0e.tar.gz
puppet-nodo-dc0ec159833b4be63a8aef3c4ae729aba259cd0e.tar.bz2
Scope update
Diffstat (limited to 'manifests')
-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",
}
}