diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 15:44:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 15:44:10 -0200 |
commit | a3529f6876eee257ec8d5c4d0723683406685c91 (patch) | |
tree | 0f22d8f21a66cff86a93e65841a65d8cd4942e42 /manifests | |
parent | 3994db56dd89d90e216712491956bb2b22382ff8 (diff) | |
download | puppet-nodo-a3529f6876eee257ec8d5c4d0723683406685c91.tar.gz puppet-nodo-a3529f6876eee257ec8d5c4d0723683406685c91.tar.bz2 |
Class rename
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/websites.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/websites.pp b/manifests/websites.pp index 34475dd..ff2b1db 100644 --- a/manifests/websites.pp +++ b/manifests/websites.pp @@ -85,7 +85,7 @@ class websites::hosting inherits websites::setup { include pmwiki } -class websites::admin inherits websites::setup { +class websites::hosting::admin inherits websites::setup { # Include the needed classes for admin interfaces include trac include gitweb |