From a643a47086cd9f33f5b46ace711607cb952277b6 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 22 Dec 2023 08:04:32 -0600 Subject: [PATCH] update post to fix code block formatting --- content/posts/salt-state-netdata-tailscale/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/salt-state-netdata-tailscale/index.md b/content/posts/salt-state-netdata-tailscale/index.md index 26391a4..27d3d6d 100644 --- a/content/posts/salt-state-netdata-tailscale/index.md +++ b/content/posts/salt-state-netdata-tailscale/index.md @@ -1,7 +1,7 @@ --- title: "Quick Salt State to Deploy Netdata" date: 2023-12-21 -# lastmod: 2023-12-21 +lastmod: 2023-12-22 description: "A hasty Salt state to deploy netdata monitoring and publish it internally on my tailnet with Tailscale Serve" featured: false toc: true @@ -25,7 +25,7 @@ It simply installs netdata using the [handy-dandy kickstart script](https://lear # torchlight! {"lineNumbers": true} # -*- coding: utf-8 -*- # vim: ft=sls -# Hasty Salt config to install Netdata and make it available within a Tailscale tailnet +# Hasty Salt config to install Netdata and make it available within a tailnet # at https://[hostname].[tailnet-name].ts.net:8443/netdata curl: