Ignore:
Timestamp:
Jan 20, 2010, 12:23:38 AM (14 years ago)
Author:
sebas
Message:

alineacion + config tftp + debug logy pxe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/puppet-dnsmasq/manifests/init.pp

    r512 r513  
    11class dnsmasq {
    2   package { "dnsmasq":
    3     ensure => installed,
    4   }
     2    package { "dnsmasq":
     3        ensure => installed,
     4    }
    55}
    66
    77define dnsmasq::config (
    8   $dhcp_authoritative,
    9   $dhcp_range = 'absent',
    10   $dhcp_option = 'absent',
    11   $read_ethers,
    12   $domain = 'absent'
     8    $dhcp_authoritative,
     9    $dhcp_range        = 'absent',
     10    $dhcp_gw           = 'absent',
     11    $dhcp_nameservers  = '10.11.12.1',
     12    $read_ethers,
     13    $domain            = 'absent',
     14    $dhcp_boot         = 'absent',
     15    $tftp_root         = 'absent',
     16    $log_queries       = 'absent',
     17    $log_dhcp          = 'absent'
    1318) {
    1419
    15   include dnsmasq
     20    include dnsmasq
    1621 
    1722    file { "/etc/dnsmasq.d/my.dnsmasq.conf":
Note: See TracChangeset for help on using the changeset viewer.