From 4c6bc3b38b8862f0937a90fdaba2f4be40ba83f7 Mon Sep 17 00:00:00 2001
From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Mon, 3 Jun 2024 16:15:31 -0600
Subject: [PATCH] Update the example private_ex/vars-abbey.yml file.

Tangle the example YML into the (existing!) private_ex/ file.
---
 README.org                | 13 +++++++------
 private_ex/vars-abbey.yml |  4 ++++
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index c59a51c..9519b0d 100644
--- a/README.org
+++ b/README.org
@@ -1140,8 +1140,9 @@ The IP addresses of all three hosts are nice to use in the NAGIOS
 configuration (to avoid depending on name service) and so are
 included in =private/vars-abbey.yml=.
 
-#+CAPTION: [[file:private/vars-abbey.yml][=private/vars-abbey.yml=]]
-#+BEGIN_SRC conf
+#+CAPTION: [[file:private_ex/vars-abbey.yml][=private_ex/vars-abbey.yml=]]
+#+BEGIN_SRC conf :tangle private_ex/vars-abbey.yml :mkdirp yes
+---
 devaron_addr:               10.84.138.10
 kamino_addr:                192.168.56.14
 kessel_addr:                10.84.138.8
@@ -2174,8 +2175,8 @@ The DB user's password is taken from the ~zoneminder_dbpass~
 variable, kept in =private/vars-abbey.yml=, and generated e.g. with
 the ~apg -n 1 -x 12 -m 12~ command.
 
-#+CAPTION: [[file:private/vars-abbey.yml][=private/vars-abbey.yml=]]
-#+BEGIN_SRC conf
+#+CAPTION: [[file:private_ex/vars-abbey.yml][=private_ex/vars-abbey.yml=]]
+#+BEGIN_SRC conf :tangle private_ex/vars-abbey.yml
 zoneminder_dbpass:           gakJopbikJadsEdd
 #+END_SRC
 
@@ -2553,8 +2554,8 @@ The DB user's password is taken from the ~mythtv_dbpass~ variable,
 kept in =private/vars-abbey.yml=, and generated e.g. with the ~apg -n
 1 -x 12 -m 12~ command.
 
-#+CAPTION: [[file:private/vars-abbey.yml][=private/vars-abbey.yml=]]
-#+BEGIN_SRC conf
+#+CAPTION: [[file:private_ex/vars-abbey.yml][=private_ex/vars-abbey.yml=]]
+#+BEGIN_SRC conf :tangle private_ex/vars-abbey.yml
 mythtv_dbpass:           daJkibpoJkag
 #+END_SRC
 
diff --git a/private_ex/vars-abbey.yml b/private_ex/vars-abbey.yml
index c2cc595..f60e21f 100644
--- a/private_ex/vars-abbey.yml
+++ b/private_ex/vars-abbey.yml
@@ -1,4 +1,8 @@
 ---
+devaron_addr:               10.84.138.10
+kamino_addr:                192.168.56.14
+kessel_addr:                10.84.138.8
+
 zoneminder_dbpass:           gakJopbikJadsEdd
 
 mythtv_dbpass:           daJkibpoJkag
-- 
2.25.1