diff options
Diffstat (limited to 'manifests/base/plug.pp')
| -rw-r--r-- | manifests/base/plug.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/base/plug.pp b/manifests/base/plug.pp index 9c386ca..eedd9fe 100644 --- a/manifests/base/plug.pp +++ b/manifests/base/plug.pp @@ -7,7 +7,7 @@ class nodo::base::plug {    monkeysphere_host { "${::hostname}": } -  class { [ 'ntpdate', 'firewall' ]: } +  class { [ 'ntp::ntpdate', 'firewall' ]: }    # Backup    backupninja::sys { "sys": | 
