From 74d93dae3422e0ed54d734b75528658c2d037c31 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Fri, 2 Aug 2013 23:34:29 +0300 Subject: [PATCH] Removed deprecated classes: * git::client * mercurial::client * svn::client * wiki::collab::base * wiki::collab::ramcache --- git/manifests/init.pp | 7 ------- mercurial/manifests/init.pp | 7 ------- svn/manifests/init.pp | 7 ------- wiki/manifests/init.pp | 15 --------------- 4 files changed, 36 deletions(-) diff --git a/git/manifests/init.pp b/git/manifests/init.pp index 0a92bfb..dea1270 100644 --- a/git/manifests/init.pp +++ b/git/manifests/init.pp @@ -12,13 +12,6 @@ class git { } -class git::client { - - warning("git::client is deprecated, include git instead") - include git - -} - # Install prequisites for serving Git repositories # diff --git a/mercurial/manifests/init.pp b/mercurial/manifests/init.pp index 1e8a648..309ac8a 100644 --- a/mercurial/manifests/init.pp +++ b/mercurial/manifests/init.pp @@ -8,13 +8,6 @@ class mercurial { } -class mercurial::client { - - warning("mercurial::client is deprecated, include mercurial instead") - include mercurial - -} - # Clone repository. # diff --git a/svn/manifests/init.pp b/svn/manifests/init.pp index 71c43e3..c8e141c 100644 --- a/svn/manifests/init.pp +++ b/svn/manifests/init.pp @@ -20,13 +20,6 @@ class svn { } -class svn::client { - - warning("svn::client is deprecated, include svn instead") - include svn - -} - # Checkout working copy. # diff --git a/wiki/manifests/init.pp b/wiki/manifests/init.pp index 04ebe6e..3a00c07 100644 --- a/wiki/manifests/init.pp +++ b/wiki/manifests/init.pp @@ -441,21 +441,6 @@ class wiki::collab { } -class wiki::collab::base { - - warning("wiki::collab::base is deprecated, include wiki::collab instead") - include wiki::collab - -} - - -class wiki::collab::ramcache { - - warning("wiki::collab::ramcache is deprecated") - -} - - # Install moin package. # # === Parameters