In the cloud-init
documentation, it says it is possible to install packages with something like
packages:
- nginx
- php
However, I have not found a way to specify a specific version number for a package, e.g. nginx v1.6.0, or PHP 5.5.12
Is this possible? I would like to use the cloud-init as part of the AWS EC2 user data.
Thanks.