Sha256: 6444559c7d4a024001f0eb9b2366e2c6d27ccf1defe37f2096be4b654f930089

Contents?: true

Size: 226 Bytes

Versions: 2

Compression:

Stored size: 226 Bytes

Contents

if sunzi.to_be_done "install sysstat"; then
  sunzi.install "sysstat"
  sunzi.install "iotop"

  sed -i 's/ENABLED="false"/ENABLED="true"/' /etc/default/sysstat
  /etc/init.d/sysstat restart

  sunzi.done "install sysstat"
fi

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
sunzi-rails-0.2.15 lib/templates/create/recipes/sysstat.sh
o2webappizer-0.1.13 templates/config/sunzi/recipes/sysstat.sh