Ignore:
Timestamp:
Mar 6, 2010, 9:04:10 PM (14 years ago)
Author:
sebas@…
Message:

agregamos un archivo hosts.dnsmasq para fijar la posibilidad de teners algunos nombre de servicios/maquinas que resulven a ip

File:
1 edited

Legend:

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

    r559 r561  
    1212    $dhcp_script        = 'absent',
    1313    $dhcp_hostsfile     = 'absent',
     14    $addn_hosts         = 'absent',
    1415    $domain             = 'absent',
    1516    $dhcp_boot          = 'absent',
     
    4142           mode    => 755,
    4243           require => File["/etc/dnsmasq.hostsfile"];
     44       "/etc/hosts.dnsmasq":
     45           ensure  => present,
     46           owner   => root,
     47           group   => root,
     48           mode    => 644,
     49           require => Package["dnsmasq"];
    4350     }
    4451   
Note: See TracChangeset for help on using the changeset viewer.