forked from coreos/fedora-coreos-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core
user: specifically enable [email protected]
This enables `[email protected]`, which is the default instance of `[email protected]` when the `core` user is created in `base.ign`.
- Loading branch information
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
overlay.d/05core/usr/lib/dracut/modules.d/40ignition-conf/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
FCOS enables `[email protected]` from `base.ign`, allowing the user | ||
to prevent Ignition from enabling the service with a user config if the user | ||
wants to change the username. Unlike FCOS, RHCOS doesn't fetch SSH keys and thus | ||
doesn't need `[email protected]`. Therefore, RHCOS maintains its | ||
own copy of `base.ign`, and changes to one copy need to be synced to the other | ||
copy. | ||
See https://github.com/coreos/fedora-coreos-config/pull/626 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,13 @@ | |
] | ||
} | ||
] | ||
}, | ||
"systemd": { | ||
"units": [ | ||
{ | ||
"enabled": true, | ||
"name": "[email protected]" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ enable afterburn-checkin.service | |
enable afterburn-firstboot-checkin.service | ||
# Target to write SSH key snippets from cloud providers. | ||
enable afterburn-sshkeys.target | ||
# Service to write SSH key snippets from cloud providers. | ||
enable [email protected] | ||
# Update agent | ||
enable zincati.service | ||
# Testing aid | ||
|