/[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 1968 by misc, Wed Aug 17 22:52:34 2011 UTC revision 1969 by misc, Fri Aug 19 13:04:09 2011 UTC
# Line 59  class libvirtd { Line 59  class libvirtd {
59              mode => 644,              mode => 644,
60              ensure => present,              ensure => present,
61              content => template("libvirtd/50-template-libvirt-remote-access.pkla"),              content => template("libvirtd/50-template-libvirt-remote-access.pkla"),
62                require => Package['libvirt-utils'],
63          }          }
64      }      }
65    
# Line 77  class libvirtd { Line 78  class libvirtd {
78                              true => "/etc/libvirt/storage/$name.xml",                              true => "/etc/libvirt/storage/$name.xml",
79                              false => "absent"                              false => "absent"
80                        }                        }
81                require => Package['libvirt-utils'],
82          }          }
83      }      }
84    
# Line 108  class libvirtd { Line 110  class libvirtd {
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'],
114          }          }
115      }      }
116  }  }

Legend:
Removed from v.1968  
changed lines
  Added in v.1969

  ViewVC Help
Powered by ViewVC 1.1.30