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 17ce366..b06623d 100644 --- a/manifests/base/plug.pp +++ b/manifests/base/plug.pp @@ -8,7 +8,7 @@ class nodo::base::plug { monkeysphere_host { "${::hostname}": } - class { [ 'ntpdate', 'firewall' ]: } + class { [ 'ntpdate', 'firewall' ]: } backupninja::sys { "sys": ensure => present, |