aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/raspberrypi.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-08-20 10:57:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-08-20 10:57:58 -0300
commit8c8ac47651129540f19a022ff605b1c064aa0bf2 (patch)
tree2c8831ec58114b20667892edcf31cb767cbe74fd /manifests/base/raspberrypi.pp
parent726ab8d329759e4a38d4efff122033e4877c5e79 (diff)
downloadpuppet-nodo-8c8ac47651129540f19a022ff605b1c064aa0bf2.tar.gz
puppet-nodo-8c8ac47651129540f19a022ff605b1c064aa0bf2.tar.bz2
Updating ntp class names
Diffstat (limited to 'manifests/base/raspberrypi.pp')
-rw-r--r--manifests/base/raspberrypi.pp2
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,