From f68a6724ba40ecf05e08718c19877565b13a626d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 7 Jan 2013 22:07:57 -0200 Subject: More media folders --- manifests/physical.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/physical.pp') diff --git a/manifests/physical.pp b/manifests/physical.pp index cc0e7f6..1c959be 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -70,7 +70,7 @@ class nodo::physical inherits nodo { } # Removable media folder - file { [ "/media/usb", "/media/cdrom" ]: + file { [ "/media/usb", "/media/cdrom", "/media/tablet", "/media/phone" ]: ensure => directory, mode => 0755, } -- cgit v1.2.3