also use the caching backend
[mirror/dsa-puppet.git] / modules / named / manifests / geodns.pp
index 5f9b0f6..a0c6d12 100644 (file)
@@ -3,6 +3,10 @@ class named::geodns inherits named {
                script => bind
        }
 
+       package { 'geoip-database':
+               ensure => installed,
+       }
+
        #site::aptrepo { 'geoip':
        #       url        => 'http://db.debian.org/debian-admin',
        #       suite      => 'lenny-bind-geoip',
@@ -23,12 +27,15 @@ class named::geodns inherits named {
        }
        file { '/etc/bind/named.conf.options':
                content => template('named/named.conf.options.erb'),
+               notify  => Service['bind9'],
        }
        file { '/etc/bind/named.conf.local':
                source => 'puppet:///modules/named/common/named.conf.local',
+               notify  => Service['bind9'],
        }
        file { '/etc/bind/named.conf.acl':
                source => 'puppet:///modules/named/common/named.conf.acl',
+               notify  => Service['bind9'],
        }
        file { '/etc/bind/geodns/zonefiles':
                ensure => directory,
@@ -38,6 +45,7 @@ class named::geodns inherits named {
        }
        file { '/etc/bind/geodns/named.conf.geo':
                source => 'puppet:///modules/named/common/named.conf.geo',
+               notify  => Service['bind9'],
        }
        file { '/etc/bind/geodns/trigger':
                mode   => '0555',