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