/[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 41 by misc, Wed Oct 27 15:11:13 2010 UTC revision 42 by misc, Wed Oct 27 15:20:29 2010 UTC
# Line 42  class bind { Line 42  class bind {
42      }      }
43    
44      class bind_master inherits bind_base {      class bind_master inherits bind_base {
45          file { '/etc/named.conf':          file { '/var/lib/named/etc/named.conf':
46              content => template("bind/named_base.conf", "bind/named_master.conf"),              content => template("bind/named_base.conf", "bind/named_master.conf"),
47          }          }
48      }      }
49    
50      class bind_slave inherits bind_base {      class bind_slave inherits bind_base {
51          file { '/etc/named.conf':          file { '/var/lib/named/etc/named.conf':
52              content => template("bind/named_base.conf", "bind/named_slave.conf"),              content => template("bind/named_base.conf", "bind/named_slave.conf"),
53          }          }
54      }      }

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.30