summaryrefslogtreecommitdiff
path: root/content/md/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/md/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.md')
-rw-r--r--content/md/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/md/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.md b/content/md/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.md
index ad2fdaba..c6ef908a 100644
--- a/content/md/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.md
+++ b/content/md/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.md
@@ -24,6 +24,8 @@
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.
+[https://github.com/snonux/puppet-modules](https://github.com/snonux/puppet-modules)
+
## ZFS
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's see how we can create a ZFS file system (on an already given ZFS pool named ztank):