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
|
# Install dependencies
|
||||||
package {
|
package {
|
||||||
[ 'libffi-dev', 'bsdtar', 'exuberant-ctags', 'ruby1.9.1-dev', 'htop', 'git',
|
[ 'libffi-dev', 'bsdtar', 'exuberant-ctags', 'ruby1.9.1-dev', 'htop', 'git', 'build-essential' ]:
|
||||||
'build-essential', 'dnsutils', 'fping' ]:
|
|
||||||
ensure => 'installed'
|
ensure => 'installed'
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue