aboutsummaryrefslogtreecommitdiff
path: root/manifests/kvm/kvmx
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/kvm/kvmx')
-rw-r--r--manifests/kvm/kvmx/instance.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/kvm/kvmx/instance.pp b/manifests/kvm/kvmx/instance.pp
index c8c7d31..b0b30ba 100644
--- a/manifests/kvm/kvmx/instance.pp
+++ b/manifests/kvm/kvmx/instance.pp
@@ -3,11 +3,13 @@ define virtual::kvm::kvmx::instance(
$size,
$ram,
$shell,
+ $iface,
$udev = false,
- $supervise = 1,
+ $supervise = '1',
) {
virtual::kvm::instance { $name:
udev => $udev,
+ iface => $iface,
shell => $shell ? {
undef => '/usr/local/bin/kvmx-restricted-shell',
default => $shell,