cloudinit/config
Alex Crawford e6593d49e6 config/update: add "off" as a valid strategy
It was assumed that the user would specify the reboot strategy as an
unquoted value. In the case that they turn off updates, `off` is
interpreted as a boolean and the normalization pass converts that to
`false`. In the event that the user uses `"off"`, it's interpreted as a
string and not modified.
2014-11-21 10:41:03 -08:00
..
validate config/validate: disable - vs _ message for now 2014-11-18 12:11:50 -08:00
config_test.go config/update: add "off" as a valid strategy 2014-11-21 10:41:03 -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: deprecate - in favor of _ for key names 2014-11-03 12:09:52 -08:00
file.go *: add license header to all source files 2014-10-17 15:36:22 -07:00
flannel.go flannel: added flannel support and helper to make dropins 2014-11-14 10:45:23 -08:00
fleet.go config: deprecate - in favor of _ for key names 2014-11-03 12:09:52 -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 config/validate: add new config validator 2014-11-12 16:48:57 -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