Ignore:
Timestamp:
Feb 15, 2010, 11:34:33 PM (14 years ago)
Author:
sebas
Message:

formateo

File:
1 edited

Legend:

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

    r513 r537  
    66
    77define dnsmasq::config (
    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'
     8    $dhcp_authoritative = 'absent',
     9    $dhcp_range         = 'absent',
     10    $dhcp_gw            = 'absent',
     11    $dhcp_nameservers   = 'absent',
     12    $read_ethers        = 'absent',
     13    $domain             = 'absent',
     14    $dhcp_boot          = 'absent',
     15    $tftp_root          = 'absent',
     16    $log_queries        = 'absent',
     17    $log_dhcp           = 'absent'
    1818) {
    1919
     
    3737
    3838}
    39    
    40  
Note: See TracChangeset for help on using the changeset viewer.