Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
install package iotop
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Oct 29, 2014
1 parent 1370525 commit 8c0c735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puppet/modules/piwik/manifests/base.pp
Expand Up @@ -51,6 +51,8 @@

package { 'unzip': ensure => latest, require => Exec['base_apt-get_update'] }

package { 'iotop': ensure => latest, require => Exec['base_apt-get_update'] }

package { 'htop': ensure => latest, require => Exec['base_apt-get_update'] }

package { 'inetutils-ping': ensure => latest, require => Exec['base_apt-get_update'] }
Expand Down

0 comments on commit 8c0c735

Please sign in to comment.