diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-27 11:03:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-27 11:03:18 -0300 |
commit | ed14ad678d69b0642d2bce40dfcaa79a797b6d00 (patch) | |
tree | 5073743a2b5f0921c1c6773986b0c2152b5f6373 /manifests | |
parent | b3ccb962409644debcbbde61dc9f8a1702ef1857 (diff) | |
download | puppet-nodo-ed14ad678d69b0642d2bce40dfcaa79a797b6d00.tar.gz puppet-nodo-ed14ad678d69b0642d2bce40dfcaa79a797b6d00.tar.bz2 |
Adding some more media players at utils::personal::debian
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils/debian.pp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp index 577e8de..d4ab479 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -6,11 +6,12 @@ class utils::personal::debian { } # Multimedia - package { [ 'alsa-tools-gui', 'mp3blaster', 'alsa-utils', 'netpbm', - 'gqview', 'mpg123', 'audacious', 'qjackctl', - 'gimp', 'xine-ui', 'amarok', 'wodim', - 'genisoimage', 'dvd+rw-tools', 'inkscape', 'jhead', - 'easytag', 'flashplugin-nonfree', 'vlc', 'audacity' ]: + package { [ 'alsa-tools-gui', 'mp3blaster', 'alsa-utils', 'netpbm', + 'gqview', 'mpg123', 'audacious', 'qjackctl', + 'gimp', 'xine-ui', 'amarok', 'wodim', + 'genisoimage', 'dvd+rw-tools', 'inkscape', 'jhead', + 'easytag', 'flashplugin-nonfree', 'vlc', 'audacity', + 'opencubicplayer', 'moc', 'cmus', 'orpheus', ]: ensure => installed, } |