cloudinit/config
Alex Crawford ffc54b028c drop-in: add support for drop-ins
This allows a list of drop-ins for a unit to be declared inline within a
cloud-config. For example:

  #cloud-config
  coreos:
    units:
      - name: docker.service
        drop-ins:
          - name: 50-insecure-registry.conf
            content: |
              [Service]
              Environment=DOCKER_OPTS='--insecure-registry="10.0.1.0/24"'
2014-11-26 14:09:35 -08:00
..
validate validate: promote invalid values to an error 2014-11-26 10:29:09 -08:00
config_test.go drop-in: add support for drop-ins 2014-11-26 14:09:35 -08:00
config.go flannel: added flannel support and helper to make dropins 2014-11-14 10:45:23 -08:00
etc_hosts.go *: add license header to all source files 2014-10-17 15:36:22 -07:00
etcd.go config/etcd: fix configs 2014-11-21 16:57:00 -08:00
file.go *: add license header to all source files 2014-10-17 15:36:22 -07:00
flannel.go config/flannel: correct - vs _ 2014-11-21 16:57:00 -08:00
fleet.go config/fleet: fix configs 2014-11-21 16:57:00 -08:00
oem.go config: deprecate - in favor of _ for key names 2014-11-03 12:09:52 -08:00
script.go config/validate: add new config validator 2014-11-12 16:48:57 -08:00
unit.go drop-in: add support for drop-ins 2014-11-26 14:09:35 -08:00
update.go config/update: add "off" as a valid strategy 2014-11-21 10:41:03 -08:00
user.go config: deprecate - in favor of _ for key names 2014-11-03 12:09:52 -08:00