From 6e2e0037e413c9d7cb40271d6e53b52cd5fda3c6 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Mon, 1 Apr 2024 13:46:46 +0100 Subject: [PATCH] Push misc fixes to documentation and virtual env --- LICENSE | 2 +- Makefile | 2 +- host/virtual/spec.bu | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index ed6b539..81a8117 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/Makefile b/Makefile index 0d906e5..4351632 100644 --- a/Makefile +++ b/Makefile @@ -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. diff --git a/host/virtual/spec.bu b/host/virtual/spec.bu index 3099cf1..a755636 100644 --- a/host/virtual/spec.bu +++ b/host/virtual/spec.bu @@ -68,6 +68,10 @@ systemd: dropins: - name: use-localhost-cert.conf contents: | + [Unit] + Wants=letsencrypt-dns-register@localhost.service + After=letsencrypt-dns-register@localhost.service + [Service] Environment=SSL_CERT_NAME=localhost