Ignore:
Timestamp:
Jan 19, 2010, 6:35:59 PM (14 years ago)
Author:
sebas
Message:

areglo del nombre de las variables + nueva seccion en el template para la resolucion de nombre

File:
1 edited

Legend:

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

    r511 r512  
    66
    77define dnsmasq::config (
    8   $dhcp-authoritative,
    9   $dhcp-range,
    10   $dhcp-option,
    11   $read-ethers
     8  $dhcp_authoritative,
     9  $dhcp_range = 'absent',
     10  $dhcp_option = 'absent',
     11  $read_ethers,
     12  $domain = 'absent'
    1213) {
    1314
     
    1819      owner   => root,
    1920      group   => root,
    20       mode    => 755,
     21      mode    => 644,
    2122      require => Package["dnsmasq"],
    22       notify  => Service["autossh-tunnel-${name}"],
     23      notify  => Service["dnsmasq"],
    2324    }
    2425   
Note: See TracChangeset for help on using the changeset viewer.