Install hugo; adjust repo file management

This commit is contained in:
Gerald Pinder
2024-11-10 21:59:24 -05:00
parent 12a5f49f62
commit 3985f07521
4 changed files with 5 additions and 6 deletions

View File

@@ -1,13 +1,9 @@
modules: modules:
- from-file: common/docker-engine.yml - from-file: common/docker-engine.yml
- type: files
files:
- source: gcloud
destination: /
- source: kubectl
destination: /
- type: rpm-ostree - type: rpm-ostree
repos: repos:
- kubectl.repo
- google-cloud-sdk.repo
- https://pkg.earthly.dev/earthly.repo - https://pkg.earthly.dev/earthly.repo
- https://cli.github.com/packages/rpm/gh-cli.repo - https://cli.github.com/packages/rpm/gh-cli.repo
install: install:
@@ -33,6 +29,7 @@ modules:
# - elixir-doc # - elixir-doc
- zlib-devel - zlib-devel
- glab - glab
- hugo
- type: script - type: script
scripts: scripts:
- install-mkcert.sh - install-mkcert.sh

View File

@@ -1,3 +1,5 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
modules: modules:
- type: script - type: script
scripts: scripts: