diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-11 20:09:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-11 20:09:46 -0300 |
commit | 28d23155b3a8b11a389847245cda9b26396dec1b (patch) | |
tree | 65ae094513584d7cb1d0d355296f55132a65e63a /manifests/kvm/kvmx.pp | |
parent | e6e1f17dd2e7ed21ad8c52cd6f59438c10055ffc (diff) | |
download | puppet-virtual-28d23155b3a8b11a389847245cda9b26396dec1b.tar.gz puppet-virtual-28d23155b3a8b11a389847245cda9b26396dec1b.tar.bz2 |
KVM: support for image preseeding
Diffstat (limited to 'manifests/kvm/kvmx.pp')
-rw-r--r-- | manifests/kvm/kvmx.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/kvm/kvmx.pp b/manifests/kvm/kvmx.pp index 49761c2..4711f25 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 => '697017619877106c21884aac72fb392e392db96b', + revision => 'cbe2e6f3c4dd81879aaec84546e0b9f86d67c1d0', owner => 'root', group => 'root', } |