]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing mtpfs package (2)
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 28 Jan 2013 20:29:13 +0000 (18:29 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 28 Jan 2013 20:29:13 +0000 (18:29 -0200)
manifests/subsystems/utils/debian.pp

index abf644a88c03d064c731f22934899b4def00a217..ec9903560f3ca3bf1f07d0d040c54b2abda0398c 100644 (file)
@@ -1,7 +1,7 @@
 class utils::personal::debian {
   # System
   package { [ 'libpam-mount',  'ecryptfs-utils', 'gawk',
-              'laptop-detect', 'syslinux',       'ack-grep', 'mtpfs', 'mtp-tools' ]:
+              'laptop-detect', 'syslinux',       'ack-grep', 'mtp-tools' ]:
     ensure => installed,
   }