X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fntp%2Fmanifests%2Fclient.pp;h=6e8765c44fe00ba4d747317b66b9363e056bf3cd;hb=d8e3f059ef06d43cfbbd624774d756b86176fff4;hp=aa877a1a0c2e2b1b45f212c0f10c714e302fdaf2;hpb=3eb533e5499e66423bafdedaf6c7d08ead1772de;p=mirror%2Fdsa-puppet.git diff --git a/modules/ntp/manifests/client.pp b/modules/ntp/manifests/client.pp index aa877a1a0..6e8765c44 100644 --- a/modules/ntp/manifests/client.pp +++ b/modules/ntp/manifests/client.pp @@ -4,11 +4,6 @@ class ntp::client { require => Package['ntp'], notify => Service['ntp'] } - file { '/etc/ntp.keys.d/': - ensure => directory, - require => Package['ntp'], - notify => Service['ntp'] - } file { '/etc/ntp.keys.d/ntpkey_iff_merikanto': source => 'puppet:///modules/ntp/ntpkey_iff_merikanto.pub', }