There is no need to install dnsutils and fping on dev boxes anymore

This commit is contained in:
Fabio Rehm 2013-03-19 02:45:19 -03:00
parent b5465ddab2
commit 84726776c7

View file

@ -20,8 +20,7 @@ exec {
# Install dependencies
package {
[ 'libffi-dev', 'bsdtar', 'exuberant-ctags', 'ruby1.9.1-dev', 'htop', 'git',
'build-essential', 'dnsutils', 'fping' ]:
[ 'libffi-dev', 'bsdtar', 'exuberant-ctags', 'ruby1.9.1-dev', 'htop', 'git', 'build-essential' ]:
ensure => 'installed'
;