Skip to content

Instantly share code, notes, and snippets.

@rdark
Created May 14, 2015 15:20
Show Gist options
  • Save rdark/b1ab65acae5c42f9aa88 to your computer and use it in GitHub Desktop.
Save rdark/b1ab65acae5c42f9aa88 to your computer and use it in GitHub Desktop.
[Unit]
Description=Runs cloud-init URLs in leui of support in oem-cloudinit
After=oem-cloudinit.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/bash -c '/usr/bin/coreos-cloudinit -from-url "https://example-cloudinit-includes.s3.amazonaws.com/coreos/common/my-ca-cert.yaml"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment