Comment 7 for bug 996166

Revision history for this message
Charles Mulder (charlesmulder) wrote :

Still getting this error when using EC2 Ubuntu 12.04 ami with the following cloud-init:

#cloud-config

apt_sources:
  - source: "ppa:saltstack/salt"

apt_update: true

packages:
  - salt-minion

apt_upgrade: true

salt_minion:
  conf:
    master: master.nerdcorp.co.za

runcmd:
  - service salt-minion start