diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 19:59:43 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 0ab633cf3159d302e71ec6edf217dbd78c0d0838 (patch) | |
| tree | 8b285a190c27a94175d4c4c0633dfcf439edf61e | |
| parent | ed52a9c2e96f912aade01e11c2effee709c7c733 (diff) | |
typo
| -rw-r--r-- | content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi | 2 | ||||
| -rw-r--r-- | content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi b/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi index 44df2112..61b2b06a 100644 --- a/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi +++ b/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi @@ -75,7 +75,7 @@ class { 'bind_freebsd': } ``` -The Puppet module is actually a pretty simple one. It installs the file "/usr/local/etc/namerd/named.conf" and it populates the "/usr/local/etc/named/dynamicdb" directory with all my zone files. +The Puppet module is actually a pretty simple one. It installs the file "/usr/local/etc/named/named.conf" and it populates the "/usr/local/etc/named/dynamicdb" directory with all my zone files. Once (Puppet-) applied inside of the Jail I get this: diff --git a/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html b/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html index 268d435f..2984a782 100644 --- a/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html +++ b/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html @@ -80,7 +80,7 @@ class { 'bind_freebsd': dynamic_config => "puppet:///files/bind/dynamic.${::hostname}", } </pre> -<p>The Puppet module is actually a pretty simple one. It installs the file "/usr/local/etc/namerd/named.conf" and it populates the "/usr/local/etc/named/dynamicdb" directory with all my zone files.</p> +<p>The Puppet module is actually a pretty simple one. It installs the file "/usr/local/etc/named/named.conf" and it populates the "/usr/local/etc/named/dynamicdb" directory with all my zone files.</p> <p>Once (Puppet-) applied inside of the Jail I get this:</p> <pre> paul uranus:~/git/blog/source [4268]% ssh admin@dns1.buetow.org.buetow.org pgrep -lf named |
