diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 19:57:17 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 19:57:17 -0200 |
commit | 65102307ac8cbc90ff3d851e7b8ccf797bbd8bff (patch) | |
tree | 434dd510409b0f8f8107445dea3a92e5ccdaaf2b /manifests | |
parent | 244e8335a756a9a9a1ae0a16e15af3a8e2ac7e17 (diff) | |
download | puppet-nodo-65102307ac8cbc90ff3d851e7b8ccf797bbd8bff.tar.gz puppet-nodo-65102307ac8cbc90ff3d851e7b8ccf797bbd8bff.tar.bz2 |
Testing why ntp_timezone is not being set (6)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index d6102cc..36b96e6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -411,7 +411,6 @@ class nodo::proxy inherits nodo::vserver { include nginx } -class nodo::test { +class nodo::test inherits nodo::web { # Class for test nodes - include nodo::web } |