diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-07-10 13:44:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-07-10 13:44:12 -0300 |
commit | 54fac15fa4707ef281ad69197f6bfc8caec9ac70 (patch) | |
tree | e01c16aa47abde695a733517001a71d777481059 | |
parent | b17c364b61420172f52878d2a771c6fd5781f82e (diff) | |
download | puppet-virtual-54fac15fa4707ef281ad69197f6bfc8caec9ac70.tar.gz puppet-virtual-54fac15fa4707ef281ad69197f6bfc8caec9ac70.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 2b7424d..cbcaf04 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 => '467ab3fd675641e7f1ae470a951aeaafeee7fc35', + revision => '56ebebc6d3e79e11fbff8864c4c3668ae93fa532', owner => 'root', group => 'root', } |