There is no need to install dnsutils and fping on dev boxes anymore
This commit is contained in:
parent
b5465ddab2
commit
84726776c7
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue