Push misc fixes to documentation and virtual env

This commit is contained in:
Alex Palaistras 2024-04-01 13:46:46 +01:00
parent fe30677a46
commit 6e2e0037e4
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2022 Alex Palaistras
Copyright (c) 2024 Alex Palaistras
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -35,7 +35,7 @@ JQ ?= $(call find-cmd,jq) --raw-output
find-cmd = $(or $(firstword $(wildcard $(addsuffix /$(1),$(subst :, ,$(PATH))))),$(error "Command '$(1)' not found in PATH"))
# Get latest release for given architecture.
# Example use $(call coreos-version,x86_64)
# Example use: $(call coreos-version,x86_64)
coreos-version = $(shell $(CURL) --silent $(STREAM_URI) | $(JQ) '.architectures.$(1).artifacts.metal.release')
## Builds and deploys Fedora CoreOS for HOST of TYPE.

View File

@ -68,6 +68,10 @@ systemd:
dropins:
- name: use-localhost-cert.conf
contents: |
[Unit]
[email protected]
[email protected]
[Service]
Environment=SSL_CERT_NAME=localhost