/[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 1472 by misc, Tue Apr 5 02:07:58 2011 UTC revision 1476 by misc, Tue Apr 5 02:15:46 2011 UTC
# Line 230  node rabbit { Line 230  node rabbit {
230          require => File[$netinst_iso_path],          require => File[$netinst_iso_path],
231      }      }
232    
233        # for testing pxe support of libvirt
234        libvirtd::network {"pxe_network":
235            network => "192.168.123.0/24",
236            tftp_root => auto_installation::variables::pxe_dir
237            bridge_name => "virbr1"
238        }
239    
240        include auto_installation::pxe_menu
241        auto_installation::mandriva_installation_entry { "pxe_test":
242            version => "2010.1",
243            arch => "i586",
244        }
245  }  }

Legend:
Removed from v.1472  
changed lines
  Added in v.1476

  ViewVC Help
Powered by ViewVC 1.1.30