diff options
-rw-r--r-- | manifests/utils.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 652d0b4..dcb82cb 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -39,7 +39,8 @@ class utils::desktop { 'vim-gtk', 'gobby', 'bogofilter', 'gnupg-agent', 'xterm', 'bash-completion', 'fetchmail', 'dosemu', 'xfonts-terminus', - 'gnumeric', 'alsa-utils', 'sc' ]: + 'gnumeric', 'alsa-utils', 'sc', + 'gawk' ]: ensure => installed, } |