]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Ensure /var/cache/qemu exists
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Dec 2016 12:30:22 +0000 (10:30 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Dec 2016 12:30:22 +0000 (10:30 -0200)
manifests/base/personal.pp

index 27baf2abaf02785ebb275ecb0ebc23f5a5ec7a66..f1970bc7001852ebb1bed6a9b80d24aa68cae6b7 100644 (file)
@@ -23,7 +23,7 @@ class nodo::base::personal {
   #}
 
   # Development
-  file { [ "/var/cache/vagrant", "/var/cache/virtualbox" ]:
+  file { [ "/var/cache/vagrant", "/var/cache/virtualbox", "/var/cache/qemu" ]:
     ensure => directory,
     mode   => 0755,
   }