Sha256: 9c6578bcc072824d86c932ae7f07339d72ce35b6da2bcc458b9fff8e91b04ad5
Contents?: true
Size: 641 Bytes
Versions: 15
Compression:
Stored size: 641 Bytes
Contents
#cloud-config output: all: ">> /var/log/cloud-init.log" # use the HPCS Ubuntu Mirror for security-updates too bootcmd: - echo 127.0.1.1 %HOSTNAME% >> /etc/hosts - echo # force security.ubuntu.com to mirror.clouds.archive.ubuntu.com >> /etc/hosts - echo 15.185.107.200 security.ubuntu.com >> /etc/hosts # use the HPCS Ubuntu Mirrors apt_mirror: http://nova.clouds.archive.ubuntu.com/ubuntu # Run apt-get update package_update: true # Run apt-get update package_upgrade: true # Install some packages packages: - apache2 - php5 # Use `sudo -i` to simulate a login shell... runcmd: - sudo -i touch /var/log/cloud-init.complete
Version data entries
15 entries across 15 versions & 1 rubygems