/[adm]/puppet/manifests/nodes.pp
ViewVC logotype

Diff of /puppet/manifests/nodes.pp

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

revision 1423 by misc, Tue Mar 29 22:48:02 2011 UTC revision 1424 by misc, Tue Mar 29 23:03:04 2011 UTC
# Line 207  node rabbit { Line 207  node rabbit {
207      # to ease the creation of test iso      # to ease the creation of test iso
208      $netinst_iso_path = "/var/lib/libvirt/netboot"      $netinst_iso_path = "/var/lib/libvirt/netboot"
209    
210        file { $netinst_iso_path:
211            ensure => directory,
212        }
213    
214      libvirtd::storage { "netinst_iso":      libvirtd::storage { "netinst_iso":
215          path => $netinst_iso_path,          path => $netinst_iso_path,
216            require => File[$netinst_iso_path],
217      }      }
218    
219      libvirtd::download::netboot_images { "mandriva":      libvirtd::download::netboot_images { "mandriva":
# Line 217  node rabbit { Line 222  node rabbit {
222          archs => ['i586','x86_64'],          archs => ['i586','x86_64'],
223          mirror_path => "ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/%{version}/%{arch}/install/images/",          mirror_path => "ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/%{version}/%{arch}/install/images/",
224          files => ['boot.iso'],          files => ['boot.iso'],
225            require => File[$netinst_iso_path],
226      }      }
227    
228  }  }

Legend:
Removed from v.1423  
changed lines
  Added in v.1424

  ViewVC Help
Powered by ViewVC 1.1.30