From dc0ec159833b4be63a8aef3c4ae729aba259cd0e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 28 Jan 2013 16:38:16 -0200 Subject: Scope update --- manifests/personal.pp | 4 ++-- 1 file 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", } } -- cgit v1.2.3