Ignore:
Timestamp:
Mar 6, 2010, 8:03:14 PM (14 years ago)
Author:
sebas@…
Message:

agregamos el archivo para tener el listado de mac address + hostname + ip, esta usado por el script. +doc

File:
1 edited

Legend:

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

    r557 r559  
    1111    $dhcp_nameservers   = 'absent',
    1212    $dhcp_script        = 'absent',
     13    $dhcp_hostsfile     = 'absent',
    1314    $domain             = 'absent',
    1415    $dhcp_boot          = 'absent',
     
    2930           notify  => Service["dnsmasq"];
    3031       "/etc/dnsmasq.hostsfile":
    31            ensure  => exists,
     32           ensure  => present,
    3233           owner   => root,
    3334           group   => root,
    34            mode    => 755,
     35           mode    => 644,
    3536           require => Package["dnsmasq"];
    3637       "/usr/local/sbin/dnsmasq-genhostname.sh":
    37            source  => "puppet:///dnsmasq/dnsmasq-genhostname.sh"
     38           source  => "puppet:///dnsmasq/dnsmasq-genhostname.sh",
    3839           owner   => root,
    3940           group   => root,
Note: See TracChangeset for help on using the changeset viewer.