Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
13a3d892ca | ||
|
2e237ebead | ||
|
78d8be8427 | ||
|
19f8fe49af |
@@ -263,6 +263,9 @@ Provide a list of objects with the following attributes:
|
||||
- **permissions**: String representing file permissions in octal notation (i.e. '0644')
|
||||
- **owner**: User and group that should own the file written to disk. This is equivalent to the `<user>:<group>` argument to `chown <user>:<group> <path>`.
|
||||
|
||||
Explicitly not implemented is the **encoding** attribute.
|
||||
The **content** field must represent exactly what should be written to disk.
|
||||
|
||||
### manage_etc_hosts
|
||||
|
||||
Have coreos-cloudinit manage your /etc/hosts file for local name resolution.
|
||||
|
@@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Load cloud-config from %f
|
||||
Requires=system-config.target
|
||||
After=system-config.target
|
||||
Requires=coreos-setup-environment.service
|
||||
After=coreos-setup-environment.service
|
||||
Before=user-config.target
|
||||
ConditionFileNotEmpty=%f
|
||||
|
||||
|
Reference in New Issue
Block a user