/[adm]/puppet/modules/libvirtd/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/libvirtd/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1984 by misc, Wed Aug 24 13:48:19 2011 UTC revision 1985 by misc, Wed Aug 24 13:53:08 2011 UTC
# Line 109  class libvirtd { Line 109  class libvirtd {
109              ensure => $autostart ? {              ensure => $autostart ? {
110                              true => "/etc/libvirt/$vm_type/networks/$name.xml",                              true => "/etc/libvirt/$vm_type/networks/$name.xml",
111                              false => "absent"                              false => "absent"
112                        }                        },
113              require => Package['libvirt-utils'],              require => Package['libvirt-utils'],
114          }          }
115      }      }

Legend:
Removed from v.1984  
changed lines
  Added in v.1985

  ViewVC Help
Powered by ViewVC 1.1.30