/[adm]/puppet/modules/bind/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/bind/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 39 by misc, Wed Oct 27 00:14:45 2010 UTC revision 40 by misc, Wed Oct 27 15:11:13 2010 UTC
# Line 9  class bind { Line 9  class bind {
9              path => "/etc/init.d/named",              path => "/etc/init.d/named",
10              subscribe => [ Package["bind"]]              subscribe => [ Package["bind"]]
11          }          }
12    
13            file { '/etc/named.conf':
14                ensure => "/var/lib/named/etc/named.conf",
15                owner => root,
16                group => root,
17                mode => 644
18            }
19      }      }
20    
21      file { '/etc/named.conf':  
22        file { '/var/lib/named/etc/named.conf':
23          ensure => present,          ensure => present,
24          owner => root,          owner => root,
25          group => root,          group => root,

Legend:
Removed from v.39  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.30