/[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 1757 by misc, Fri Jun 17 10:59:48 2011 UTC revision 1806 by misc, Mon Jul 4 22:20:32 2011 UTC
# Line 19  class bind { Line 19  class bind {
19          }          }
20      }      }
21    
   
22      file { '/var/lib/named/etc/named.conf':      file { '/var/lib/named/etc/named.conf':
23          ensure => present,          ensure => present,
24          owner => root,          owner => root,
# Line 63  class bind { Line 62  class bind {
62    
63    
64      class bind_master inherits bind_base {      class bind_master inherits bind_base {
65            Tld_redirections::Domain <<| |>>
66    
67            $managed_tlds = list_exported_ressources('Tld_redirections::Domain')
68          file { '/var/lib/named/etc/named.conf':          file { '/var/lib/named/etc/named.conf':
69              content => template("bind/named_base.conf", "bind/named_master.conf"),              content => template("bind/named_base.conf", "bind/named_master.conf"),
70          }          }
71      }      }
72    
73      class bind_slave inherits bind_base {      class bind_slave inherits bind_base {
74            $managed_tlds = list_exported_ressources('Tld_redirections::Domain')
75          file { '/var/lib/named/etc/named.conf':          file { '/var/lib/named/etc/named.conf':
76              content => template("bind/named_base.conf", "bind/named_slave.conf"),              content => template("bind/named_base.conf", "bind/named_slave.conf"),
77          }          }

Legend:
Removed from v.1757  
changed lines
  Added in v.1806

  ViewVC Help
Powered by ViewVC 1.1.30