From bc7b14a1af8b1ab41f58134a24d38d15a039141a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 22 Feb 2013 17:04:29 -0300 Subject: Vagrant and virtualbox cache files --- manifests/personal.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests/personal.pp') diff --git a/manifests/personal.pp b/manifests/personal.pp index 856a460..c27475c 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -53,4 +53,10 @@ class nodo::personal { file { "/var/cache/${::hostname}/media": ensure => "/var/cache/media", } + + # Development + file { [ "/var/cache/vagrant", "/var/cache/virtualbox" ]: + ensure => directory, + mode => 0755, + } } -- cgit v1.2.3