aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/utils/debian.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp
index 024cbdd..f068c1a 100644
--- a/manifests/subsystems/utils/debian.pp
+++ b/manifests/subsystems/utils/debian.pp
@@ -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,
}