/[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 2300 by misc, Mon Jan 16 15:14:24 2012 UTC revision 2301 by misc, Mon Jan 16 15:52:40 2012 UTC
# Line 56  class bind { Line 56  class bind {
56          Tld_redirections::Domain <<| |>>          Tld_redirections::Domain <<| |>>
57    
58          $managed_tlds = list_exported_ressources('Tld_redirections::Domain')          $managed_tlds = list_exported_ressources('Tld_redirections::Domain')
59          File { '/var/lib/named/etc/named.conf':          File['/var/lib/named/etc/named.conf'] {
60              content => template("bind/named_base.conf", "bind/named_master.conf"),              content => template("bind/named_base.conf", "bind/named_master.conf"),
61          }          }
62      }      }
63    
64      class bind_slave inherits bind_base {      class bind_slave inherits bind_base {
65          $managed_tlds = list_exported_ressources('Tld_redirections::Domain')          $managed_tlds = list_exported_ressources('Tld_redirections::Domain')
66          File { '/var/lib/named/etc/named.conf':          File['/var/lib/named/etc/named.conf'] {
67              content => template("bind/named_base.conf", "bind/named_slave.conf"),              content => template("bind/named_base.conf", "bind/named_slave.conf"),
68          }          }
69      }      }

Legend:
Removed from v.2300  
changed lines
  Added in v.2301

  ViewVC Help
Powered by ViewVC 1.1.30