Skip to content

Commit

Permalink
pages: remove redundant SSH keys entries (#449)
Browse files Browse the repository at this point in the history
This removes some spurious SSH keys stubs, not relevant to the actual
configuration fragment.
  • Loading branch information
lucab authored Aug 29, 2022
1 parent 2d5443c commit ad26cca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions modules/ROOT/pages/hostname.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ To set a custom hostname for your system, use the following Butane config to wri
----
variant: fcos
version: 1.4.0
passwd:
users:
- name: core
ssh_authorized_keys:
- $pubkey
storage:
files:
- path: /etc/hostname
Expand Down
5 changes: 0 additions & 5 deletions modules/ROOT/pages/sysconfig-configure-swaponzram.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ The documentation for the config file format lives in the https://github.com/sys
----
variant: fcos
version: 1.4.0
passwd:
users:
- name: core
ssh_authorized_keys:
- $pubkey
storage:
files:
- path: /etc/systemd/zram-generator.conf
Expand Down
5 changes: 0 additions & 5 deletions modules/ROOT/pages/sysconfig-setting-keymap.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ To set your system keymap, use the following Butane config to write to `/etc/vco
----
variant: fcos
version: 1.4.0
passwd:
users:
- name: core
ssh_authorized_keys:
- $pubkey
storage:
files:
- path: /etc/vconsole.conf
Expand Down

0 comments on commit ad26cca

Please sign in to comment.