I’m trying to add a repo source to my cloud init with the following:
apt:
preserve_sources_list: true
sources:
grafana.list:
source: "deb https://apt.grafana.com stable main"
key: "https://apt.grafana.com/gpg.key"
It doesn’t seem to have an effect. Does anyone know if DO support this type of configuration in cloud-init?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!