class nodo::utils::laptop::debian {
package { [ 'cpufrequtils', 'module-assistant', 'wireless-tools',
'wpasupplicant', 'ekiga', 'mumble',
- 'revelation', 'arp-scan', 'usb-modeswitch',
+ 'arp-scan', 'usb-modeswitch',
'iw', 'wvdial', 'wavemon',
'btscanner', 'laptop-mode-tools', 'acpi-support',
'tftp', 'sharutils', 'wireshark',
'easytag', 'gstreamer-tools', 'vlc', 'audacity',
'opencubicplayer', 'mencoder', 'libasound2-plugins', 'lame',
'cbrpager', 'llgal', 'darksnow', 'pavucontrol',
- 'picard', 'ffmpeg2theora', 'oggfwd', 'jhead' ]:
+ 'picard', 'ffmpeg2theora', 'oggfwd', 'jhead',
+ 'gxine', 'totem' ]:
ensure => installed,
}
--- /dev/null
+class nodo::utils::multimedia::scanner {
+ package { 'xsane':
+ ensure => present,
+ }
+}
if $::lsbdistcodename != 'lenny' {
package { [ 'xul-ext-monkeysphere', 'chromium-browser', 'libical-parser-perl',
'maildir-utils', 'icedtea6-plugin', 'xul-ext-adblock-plus',
- 'xul-ext-noscript', 'xul-ext-firebug', 'msva-perl' ]:
+ 'xul-ext-noscript', 'xul-ext-firebug', 'msva-perl',
+ 'chromium-l10n' ]:
ensure => installed,
}
--- /dev/null
+class nodo::utils::office::hp {
+ package { 'hplip-gui':
+ ensure => present,
+ }
+}
# Security
package { [ 'apg', 'gnupg-agent', 'makepasswd', 'pwgen', 'fpm2', 'encfs',
'signing-party', 'libnss3-tools', 'ssss', 'libgfshare-bin', 'keychain',
- 'gnupg-curl' ]:
+ 'gnupg-curl', 'revelation' ]:
ensure => installed,
}