]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding mplayer into utils::personal::debian
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Oct 2011 22:47:46 +0000 (19:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Oct 2011 22:47:46 +0000 (19:47 -0300)
manifests/subsystems/utils/debian.pp

index 024cbdd0594bb30224488f62adfc8442fba6bdd8..f068c1afd7996bbce3add58c3f0d0256306226cb 100644 (file)
@@ -1,7 +1,7 @@
 class utils::personal::debian {
   # System
   package { [ 'libpam-mount',  'ecryptfs-utils', 'openjdk-6-jre', 'gawk',
-              'sun-java6-jre', 'laptop-detect' ]:
+              'sun-java6-jre', 'laptop-detect',  'syslinux' ]:
     ensure => installed,
   }
 
@@ -12,7 +12,7 @@ class utils::personal::debian {
               'genisoimage',     'dvd+rw-tools',        'inkscape',   'jhead',
               'easytag',         'flashplugin-nonfree', 'vlc',        'audacity',
               'opencubicplayer', 'moc',                 'cmus',       'orpheus',
-              'cbrpager',        'llgal',               'darksnow',   'syslinux' ]:
+              'cbrpager',        'llgal',               'darksnow',   'mplayer' ]:
     ensure => installed,
   }