From: Silvio Rhatto Date: Mon, 28 Jan 2013 18:38:16 +0000 (-0200) Subject: Scope update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dc0ec159833b4be63a8aef3c4ae729aba259cd0e;p=puppet-nodo.git Scope update --- 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", } }