]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Vagrant and virtualbox cache files
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 22 Feb 2013 20:04:29 +0000 (17:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 22 Feb 2013 20:04:29 +0000 (17:04 -0300)
manifests/personal.pp

index 856a460e0c683b3e68cab8c18cefc95259bee47c..c27475c0774c84c79d0b3675edfe91d7fbcfd7bb 100644 (file)
@@ -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,
+  }
 }