diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2018-07-19 19:13:23 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2018-07-19 19:13:23 -0300 |
| commit | 2231ec6cbb61638d00277b51990966576a841386 (patch) | |
| tree | 137a7628d965f935e3875642ce345b5e94ecd06e /manifests/kvm/kvmx.pp | |
| parent | 4371c9f604e58ba2ee08d31967a843c132959e1f (diff) | |
| download | puppet-virtual-2231ec6cbb61638d00277b51990966576a841386.tar.gz puppet-virtual-2231ec6cbb61638d00277b51990966576a841386.tar.bz2 | |
Updates KVM stuff
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 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', } |
