diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-14 23:28:40 +0000 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-14 23:28:40 +0000 |
commit | 73a045433a215b6b5a9b1fd60d72c5ae2f1f5c2d (patch) | |
tree | 27c76314fc07ba9876fc78288e3e9ebf91712af3 /manifests/utils.pp | |
parent | 8c41ba01c67fb3f5317a55d7c4657de037f3ed32 (diff) | |
download | puppet-nodo-73a045433a215b6b5a9b1fd60d72c5ae2f1f5c2d.tar.gz puppet-nodo-73a045433a215b6b5a9b1fd60d72c5ae2f1f5c2d.tar.bz2 |
Adding packages at utils::desktop
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r-- | manifests/utils.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index dcb82cb..084756c 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -40,7 +40,7 @@ class utils::desktop { 'gnupg-agent', 'xterm', 'bash-completion', 'fetchmail', 'dosemu', 'xfonts-terminus', 'gnumeric', 'alsa-utils', 'sc', - 'gawk' ]: + 'gawk', 'telnet', 'fpm' ]: ensure => installed, } |