Sha256: 9f079b228c943f20b2ef8e5e1b9be06faf542b6cbf1b08d839b59c9590c4864f

Contents?: true

Size: 333 Bytes

Versions: 39

Compression:

Stored size: 333 Bytes

Contents

if sunzi.to_be_done "setup system"; then
  sunzi.mute "apt-get update"
  yes | apt-get upgrade
  sunzi.mute "timedatectl set-timezone <%= @attributes.timezone %>"
  sunzi.mute "locale-gen <%= @attributes.locales %>"
  sunzi.mute "dpkg-reconfigure locales"
  sunzi.install "curl"
  sunzi.install "ntp"

  sunzi.done "setup system"
fi

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
sunzi-rails-0.2.21 lib/templates/create/recipes/setup.sh
sunzi-rails-0.2.20 lib/templates/create/recipes/setup.sh
sunzi-rails-0.3.0 lib/templates/create/recipes/setup.sh
o2webappizer-0.2.6 templates/config/sunzi/recipes/setup.sh
o2webappizer-0.2.5 templates/config/sunzi/recipes/setup.sh
o2webappizer-0.2.4 templates/config/sunzi/recipes/setup.sh
o2webappizer-0.2.3 templates/config/sunzi/recipes/setup.sh
o2webappizer-0.2.2 templates/config/sunzi/recipes/setup.sh
o2webappizer-0.2.1 templates/config/sunzi/recipes/setup.sh
o2webappizer-0.2.0 templates/config/sunzi/recipes/setup.sh
sunzi-rails-0.2.19 lib/templates/create/recipes/setup.sh
o2webappizer-0.1.15 templates/config/sunzi/recipes/setup.sh
sunzi-rails-0.2.18 lib/templates/create/recipes/setup.sh
o2webappizer-0.1.14 templates/config/sunzi/recipes/setup.sh
sunzi-rails-0.2.17 lib/templates/create/recipes/setup.sh
sunzi-rails-0.2.16 lib/templates/create/recipes/setup.sh
sunzi-rails-0.2.15 lib/templates/create/recipes/setup.sh
o2webappizer-0.1.13 templates/config/sunzi/recipes/setup.sh
o2webappizer-0.1.12 templates/config/sunzi/recipes/setup.sh
o2webappizer-0.1.11 templates/config/sunzi/recipes/setup.sh