aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/host.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/host.pp
parent726ab8d329759e4a38d4efff122033e4877c5e79 (diff)
downloadpuppet-nodo-8c8ac47651129540f19a022ff605b1c064aa0bf2.tar.gz
puppet-nodo-8c8ac47651129540f19a022ff605b1c064aa0bf2.tar.bz2
Updating ntp class names
Diffstat (limited to 'manifests/base/host.pp')
-rw-r--r--manifests/base/host.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base/host.pp b/manifests/base/host.pp
index f5e6495..f3c23de 100644
--- a/manifests/base/host.pp
+++ b/manifests/base/host.pp
@@ -28,8 +28,8 @@ class nodo::base::host {
# Time
$ntpdate = hiera('nodo::host::ntpdate', True)
case $ntpdate {
- false: { class { 'timezone': } }
- default: { class { 'ntpdate': } }
+ false: { class { 'ntp::timezone': } }
+ default: { class { 'ntp::ntpdate': } }
}
# Backup