Skip to content

Commit

Permalink
Update Butane Config from v1.2.0 to v1.4.0
Browse files Browse the repository at this point in the history
* Rename Fedora CoreOS Config (FCC) to Butane Config
* Require any snippets customizations use version v1.4.0

* https://typhoon.psdn.io/advanced/customization/#hosts
  • Loading branch information
dghubble committed Jul 20, 2021
1 parent f800b1b commit 3c7b510
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fedora-coreos/kubernetes/fcc/controller.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
variant: fcos
version: 1.2.0
version: 1.4.0
systemd:
units:
- name: etcd-member.service
Expand Down
2 changes: 1 addition & 1 deletion fedora-coreos/kubernetes/fcc/worker.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
variant: fcos
version: 1.2.0
version: 1.4.0
systemd:
units:
- name: docker.service
Expand Down
2 changes: 1 addition & 1 deletion fedora-coreos/kubernetes/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ EOD

variable "snippets" {
type = map(list(string))
description = "Map from machine names to lists of Fedora CoreOS Config snippets"
description = "Map from machine names to lists of Butane snippets"
default = {}
}

Expand Down

0 comments on commit 3c7b510

Please sign in to comment.