cloudinit/system
Michael Marineau 983501e43b environment: add support for updating /etc/environment with IP values
To maintain the behavior of the coreos-setup-environment that has
started to move into cloudinit we need to write out /etc/environment
with the public and private addresses, if known. The file is updated so
that other contents are not replaced. This behavior is disabled entirely
if /etc/environment was written by a write_files entry.
2014-07-11 10:34:44 -07:00
..
env_file_test.go system: new file writer for updating env-style files 2014-07-10 15:53:32 -07:00
env_file.go environment: add support for updating /etc/environment with IP values 2014-07-11 10:34:44 -07:00
file_test.go fix(system): write all files atomically 2014-06-06 10:36:36 -07:00
file.go fix(system): write all files atomically 2014-06-06 10:36:36 -07:00
networkd.go fix(network): Generate prefixes to ensure proper lexicographical ordering 2014-06-20 17:51:57 -07:00
ssh_key.go refactor(*): Break apart packages 2014-03-18 09:14:11 -07:00
systemd_test.go fix(systemd): unmask runtime units when mask=False 2014-06-06 10:55:42 -07:00
systemd.go fix(systemd): unmask runtime units when mask=False 2014-06-06 10:55:42 -07:00
user.go fix(user): user correct primary group flag for useradd 2014-05-07 14:06:51 -07:00