aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/kvm/images.pp2
-rw-r--r--manifests/kvm/kvmx.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/kvm/images.pp b/manifests/kvm/images.pp
index f973373..2016708 100644
--- a/manifests/kvm/images.pp
+++ b/manifests/kvm/images.pp
@@ -40,7 +40,7 @@ class virtual::kvm::images {
}
exec { "debirf-make-rescue-${lsbdistcodename}":
- command => '/usr/bin/debirf make rescue',
+ command => '/usr/bin/debirf make -n rescue',
user => 'iso',
timeout => 0,
creates => "/usr/local/share/iso/${lsbdistcodename}/rescue/vmlinuz-${kernelrelease}",
diff --git a/manifests/kvm/kvmx.pp b/manifests/kvm/kvmx.pp
index 2f1faf8..871c2c2 100644
--- a/manifests/kvm/kvmx.pp
+++ b/manifests/kvm/kvmx.pp
@@ -7,7 +7,7 @@ class virtual::kvm::kvmx {
ensure => present,
provider => git,
source => 'https://git.fluxo.info/kvmx',
- revision => '9def1c431daa992bf04353694af5c6d794ac2407',
+ revision => '3ba2d2535d4fb8bc8e31dadcbac9c7cdaf3942e3',
owner => 'root',
group => 'root',
}