Skip to content

Instantly share code, notes, and snippets.

View travisn's full-sized avatar

Travis Nielsen travisn

  • Red Hat
  • Boise, ID
View GitHub Profile
@skippy
skippy / cloud-config.yml
Created December 31, 2014 18:38
modifying fleet metadata (from aws meta-data service) before fleet.service start; this is a proof of concept (but it works!)
#cloud-config
---
coreos:
units:
- name: update-fleet-metadata.service
command: start
content: |-
[Unit]
Description=Update Fleet metadata tag
Before=fleet.service