summaryrefslogtreecommitdiff
path: root/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html')
-rw-r--r--gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html
index 932fc897..42ed0847 100644
--- a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html
+++ b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html
@@ -12,6 +12,8 @@
<br />
<span class='quote'>Published at 2016-04-09T18:29:47+01:00</span><br />
<br />
+<span>Over the last couple of years I wrote quite a few Puppet modules in order to manage my personal server infrastructure. One of them manages FreeBSD Jails and another one ZFS file systems. I thought I would give a brief overview in how it looks and feels.</span><br />
+<br />
<pre>
__ __
(( \---/ ))
@@ -36,16 +38,11 @@
<br />
<ul>
<li><a href='#jails-and-zfs-with-puppet-on-freebsd'>Jails and ZFS with Puppet on FreeBSD</a></li>
-<li>⇢ <a href='#introduction'>Introduction</a></li>
<li>⇢ <a href='#zfs'>ZFS</a></li>
<li>⇢ <a href='#jails'>Jails</a></li>
<li>⇢ <a href='#inside-jail-puppet'>Inside-Jail Puppet</a></li>
<li>⇢ <a href='#managing-multiple-jails'>Managing multiple Jails</a></li>
</ul><br />
-<h2 style='display: inline' id='introduction'>Introduction</h2><br />
-<br />
-<span>Over the last couple of years I wrote quite a few Puppet modules in order to manage my personal server infrastructure. One of them manages FreeBSD Jails and another one ZFS file systems. I thought I would give a brief overview in how it looks and feels.</span><br />
-<br />
<h2 style='display: inline' id='zfs'>ZFS</h2><br />
<br />
<span>The ZFS module is a pretty basic one. It does not manage ZFS pools yet as I am not creating them often enough which would justify implementing an automation. But let&#39;s see how we can create a ZFS file system (on an already given ZFS pool named ztank):</span><br />