diff options
Diffstat (limited to 'manifests/base/host.pp')
-rw-r--r-- | manifests/base/host.pp | 4 |
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 |