From fd92827735a283f997e83d7f0e7e46e3a996b791 Mon Sep 17 00:00:00 2001 From: olgeni Date: Tue, 15 Oct 2019 20:23:05 +0200 Subject: [PATCH] Alignment fix in 'bastille.conf'. --- usr/local/etc/bastille/bastille.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/etc/bastille/bastille.conf b/usr/local/etc/bastille/bastille.conf index 80c89c3f..7524c23d 100644 --- a/usr/local/etc/bastille/bastille.conf +++ b/usr/local/etc/bastille/bastille.conf @@ -23,8 +23,8 @@ bastille_tzdata="etc/UTC" ## default: "etc/UTC" bastille_resolv_conf="/etc/resolv.conf" ## default: "/etc/resolv.conf" ## ZFS options -bastille_zfs_enable="" ## default: "" -bastille_zfs_zpool="" ## default: "" +bastille_zfs_enable="" ## default: "" +bastille_zfs_zpool="" ## default: "" bastille_zfs_prefix="bastille" ## default: "${bastille_zfs_zpool}/bastille" bastille_zfs_mountpoint=${bastille_prefix} ## default: "${bastille_prefix}" bastille_zfs_options="-o compress=lz4 -o atime=off" ## default: "-o compress=lz4 -o atime=off"