diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-28 16:38:16 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-28 16:38:16 -0200 |
commit | dc0ec159833b4be63a8aef3c4ae729aba259cd0e (patch) | |
tree | 2aecf38a82025dd9a5b7c3cb89de1ea9b41b7d23 /manifests | |
parent | 9a98e314b36667e0d4141874e61656583c3794d2 (diff) | |
download | puppet-nodo-dc0ec159833b4be63a8aef3c4ae729aba259cd0e.tar.gz puppet-nodo-dc0ec159833b4be63a8aef3c4ae729aba259cd0e.tar.bz2 |
Scope update
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/personal.pp | 4 |
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", } } |