Install fping on dev boxes
This commit is contained in:
parent
aaef306069
commit
5e90e102c2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ exec {
|
|||
# Install dependencies
|
||||
package {
|
||||
[ 'libffi-dev', 'bsdtar', 'exuberant-ctags', 'ruby1.9.1-dev', 'htop', 'git',
|
||||
'build-essential', 'dnsutils' ]:
|
||||
'build-essential', 'dnsutils', 'fping' ]:
|
||||
ensure => 'installed'
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue