From d65f41dd4039065d577c66a74f3568ecdc9b4694 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jul 2013 17:25:23 -0300 Subject: Moving bash-completion to nodo::utils --- manifests/utils.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manifests/utils.pp') diff --git a/manifests/utils.pp b/manifests/utils.pp index 8ce7ef5..347a147 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -1,9 +1,9 @@ # Common utilities class nodo::utils { - package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', - 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', 'logcheck-database', - 'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'logcheck', 'vim-nox', - 'multitail' ]: + package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', + 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', 'logcheck-database', + 'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'logcheck', 'vim-nox', + 'multitail', 'bash-completion' ]: ensure => installed, } -- cgit v1.2.3