diff options
Diffstat (limited to 'manifests/base/raspberrypi.pp')
-rw-r--r-- | manifests/base/raspberrypi.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base/raspberrypi.pp b/manifests/base/raspberrypi.pp index 7847ada..1dc2acd 100644 --- a/manifests/base/raspberrypi.pp +++ b/manifests/base/raspberrypi.pp @@ -6,7 +6,7 @@ class nodo::base::raspberrypi { monkeysphere_host { "${::hostname}": } # Currently no firewall - class { [ 'ntpdate' ]: } + class { [ 'ntp::ntpdate' ]: } backupninja::sys { "sys": ensure => present, |