class { 'jails':
defaults => {
'interface' => $default_interface,
'allow_mount' => true,
'exec_start' => '/bin/sh /etc/rc',
'exec_stop' => '/bin/sh /etc/rc.shutdown',
'exec_clean' => true,
'mount_devfs' => true,
'mount.zfs' => true,
'enforce_statfs' => 1,
'path' => '/jails/$name',
}
}
The above jails class does not seem to respect the path option here, which should default to its name. For example, the following line in jail.conf will allow wildcard jail roots.
The above jails class does not seem to respect the path option here, which should default to its name. For example, the following line in
jail.confwill allow wildcard jail roots.