class utils::personal::debian {
# System
- package { [ 'libpam-mount', 'ecryptfs-utils', 'openjdk-6-jre', 'gawk', ]:
+ package { [ 'libpam-mount', 'ecryptfs-utils', 'openjdk-6-jre', 'gawk',
+ 'sun-java6-jre', ]:
ensure => installed,
}
'sc', 'antiword', 'broffice.org',
'kalarm', 'texlive-latex-base', 'texlive-latex-recommended',
'texlive-latex-extra', 'pandoc', 'gnumeric',
- 'cups-client', ]:
+ 'cups-client', 'hplip', ]:
ensure => installed,
}
'irssi-plugin-silc', 'bogofilter', 'fetchmail', 'procmail',
'msmtp', 'mairix', 'konqueror', 'bittorrent',
'irssi-scripts', 'links', 'twinkle', 'bittornado',
- 'rtorrent', ]:
+ 'rtorrent', 'iceweasel', ]:
ensure => installed,
}
ensure => installed,
}
- package { [ 'iceweasel', 'sun-java6-jre', 'hplip' ]:
- ensure => installed,
- }
-
# Java alternative
file { "/etc/alternatives/java":
ensure => "/usr/lib/jvm/java-6-sun/jre/bin/java",