cloudinit/initialize
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
..
config_test.go drop-in: add support for drop-ins 2014-11-26 14:09:35 -08:00
config.go drop-in: add support for drop-ins 2014-11-26 14:09:35 -08:00
env_test.go *: add license header to all source files 2014-10-17 15:36:22 -07:00
env.go *: fix warnings from go vet 2014-10-23 11:46:08 -07:00
github.go *: add license header to all source files 2014-10-17 15:36:22 -07:00
meta_data_test.go *: add license header to all source files 2014-10-17 15:36:22 -07:00
meta_data.go *: add license header to all source files 2014-10-17 15:36:22 -07:00
ssh_keys_test.go *: add license header to all source files 2014-10-17 15:36:22 -07:00
ssh_keys.go *: add license header to all source files 2014-10-17 15:36:22 -07:00
user_data_test.go *: add license header to all source files 2014-10-17 15:36:22 -07:00
user_data.go script: move Script into config package 2014-11-07 10:13:52 -08:00
workspace.go script: move Script into config package 2014-11-07 10:13:52 -08:00