owner => unbound,
group => unbound,
mode => '0644',
- source => 'puppet:///modules/unbound/root.key'
+ source => 'puppet:///modules/unbound/root.key',
+ notify => Service['unbound']
}
file { '/var/lib/unbound/debian.org.key':
ensure => present,
owner => unbound,
group => unbound,
mode => '0644',
- source => 'puppet:///modules/unbound/debian.org.key'
+ source => 'puppet:///modules/unbound/debian.org.key',
+ notify => Service['unbound']
}
file { '/var/lib/unbound/29.172.in-addr.arpa.key':
ensure => present,
owner => unbound,
group => unbound,
mode => '0644',
- source => 'puppet:///modules/unbound/29.172.in-addr.arpa.key'
+ source => 'puppet:///modules/unbound/29.172.in-addr.arpa.key',
+ notify => Service['unbound']
}
file { '/etc/unbound/unbound.conf':
content => template('unbound/unbound.conf.erb'),