From b3ae911894af33bb4bdd5cabae803c1cdd59b04d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 9 Jul 2010 17:10:35 -0300 Subject: Adding texlive-latex-extra at utils::personal --- manifests/subsystems/utils.pp | 50 +++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index d8c7f1c..a70dd34 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -28,31 +28,31 @@ class utils::web { # Common utilities for personal class utils::personal { - package { [ 'awesome', 'alsa-tools-gui', 'mutt', - 'irssi', 'offlineimap', 'wyrd', - 'mp3blaster', 'eterm', 'epiphany-browser', - 'libpam-mount', 'debhelper', 'fluxbox', - 'gdm', 'ecryptfs-utils', 'newsbeuter', - 'bitlbee', 'nicotine', 'silc', - 'irssi-plugin-silc', 'conky', 'rxvt', - 'vim-gtk', 'gobby', 'bogofilter', - 'gnupg-agent', 'xterm', 'bash-completion', - 'fetchmail', 'whois', 'xfonts-terminus', - 'gnumeric', 'alsa-utils', 'sc', - 'gawk', 'telnet', 'fpm2', - 'procmail', 'msmtp', 'netpbm', - 'gqview', 'antiword', 'mairix', - 'gitk', 'konqueror', 'mpg123', - 'audacious', 'qjackctl', 'bittorrent', - 'subversion', 'fortunes-br', 'xine-ui', - 'broffice.org', 'cups-client', 'xscreensaver', - 'amarok', 'mc', 'wodim', - 'genisoimage', 'dvd+rw-tools', 'inkscape', - 'python-stdeb', 'openjdk-6-jre', 'unrar', - 'fakeroot', 'dupload', 'autotools-dev', - 'dh-make', 'kalarm', 'makepasswd', - 'pwgen', 'texlive-latex-base', 'texlive-latex-recommended', - 'apg' ]: + package { [ 'awesome', 'alsa-tools-gui', 'mutt', + 'irssi', 'offlineimap', 'wyrd', + 'mp3blaster', 'eterm', 'epiphany-browser', + 'libpam-mount', 'debhelper', 'fluxbox', + 'gdm', 'ecryptfs-utils', 'newsbeuter', + 'bitlbee', 'nicotine', 'silc', + 'irssi-plugin-silc', 'conky', 'rxvt', + 'vim-gtk', 'gobby', 'bogofilter', + 'gnupg-agent', 'xterm', 'bash-completion', + 'fetchmail', 'whois', 'xfonts-terminus', + 'gnumeric', 'alsa-utils', 'sc', + 'gawk', 'telnet', 'fpm2', + 'procmail', 'msmtp', 'netpbm', + 'gqview', 'antiword', 'mairix', + 'gitk', 'konqueror', 'mpg123', + 'audacious', 'qjackctl', 'bittorrent', + 'subversion', 'fortunes-br', 'xine-ui', + 'broffice.org', 'cups-client', 'xscreensaver', + 'amarok', 'mc', 'wodim', + 'genisoimage', 'dvd+rw-tools', 'inkscape', + 'python-stdeb', 'openjdk-6-jre', 'unrar', + 'fakeroot', 'dupload', 'autotools-dev', + 'dh-make', 'kalarm', 'makepasswd', + 'pwgen', 'texlive-latex-base', 'texlive-latex-recommended', + 'texlive-latex-extra', 'apg' ]: ensure => installed, } -- cgit v1.2.3