This will also be required for arch, gentoo and opensuse
when the pip install prefix is known.
Change-Id: If789c603c3677c88d30e018cf6ca71925bad9511
apt-get update
apt-get install -y cloud-init python-boto python-pip gcc python-dev
pip install heat-cfntools
+cfn-create-aws-symlinks --source /usr/local/bin
"""
# - Fedora 17: Verified working
fedora_script = base_script % """\
yum install -y cloud-init python-boto python-pip gcc python-devel
pip-python install heat-cfntools
+cfn-create-aws-symlinks
"""
# - Centos 6.4: Verified working
yum install -y cloud-init python-boto python-pip gcc python-devel \
python-argparse
pip-python install heat-cfntools
+cfn-create-aws-symlinks
"""
# - Debian 7: Not working (heat-cfntools patch submitted)