diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-02 11:21:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-02 11:21:59 -0300 |
commit | 0645e3db93924eb52c1a97244a13d316ea9519c6 (patch) | |
tree | 9e85abbe12a4c1ebf4eaa854fc06a2e6cf5a351b | |
parent | 5c5aeab83e010f77e64afe2883d136b82befbb07 (diff) | |
download | puppet-virtual-0645e3db93924eb52c1a97244a13d316ea9519c6.tar.gz puppet-virtual-0645e3db93924eb52c1a97244a13d316ea9519c6.tar.bz2 |
Bump kvmx
-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 adec9f3..56ae092 100644 --- a/manifests/kvm/kvmx.pp +++ b/manifests/kvm/kvmx.pp @@ -9,7 +9,7 @@ class virtual::kvm::kvmx { ensure => present, provider => git, source => 'https://git.fluxo.info/kvmx', - revision => '337627d31ba82f132a9c583e88c0b1b0fd6506a7', + revision => 'c79bc15426f3edd32a97869fb25e2003123f8e10', owner => 'root', group => 'root', } |