diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-07-09 13:18:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-07-09 13:18:11 -0300 |
commit | c70720f2fdbcca76ecc5fe12c47ae66be7732fd9 (patch) | |
tree | 9a0de7dd9a778e72758a2293e1d896760f1570f4 /manifests | |
parent | aa19722d2e8c0ea13f2a44e8d4172954abae9a8e (diff) | |
download | puppet-nodo-c70720f2fdbcca76ecc5fe12c47ae66be7732fd9.tar.gz puppet-nodo-c70720f2fdbcca76ecc5fe12c47ae66be7732fd9.tar.bz2 |
Adding texlive-latex-recommended into utils::personal
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index d69e656..d8c7f1c 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -51,7 +51,8 @@ class utils::personal { 'python-stdeb', 'openjdk-6-jre', 'unrar', 'fakeroot', 'dupload', 'autotools-dev', 'dh-make', 'kalarm', 'makepasswd', - 'pwgen', 'apg', 'texlive-latex-base' ]: + 'pwgen', 'texlive-latex-base', 'texlive-latex-recommended', + 'apg' ]: ensure => installed, } |