Removed deprecated classes:
* git::client * mercurial::client * svn::client * wiki::collab::base * wiki::collab::ramcache
This commit is contained in:
parent
a4bff4d882
commit
74d93dae34
4 changed files with 0 additions and 36 deletions
|
@ -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
|
# Install prequisites for serving Git repositories
|
||||||
#
|
#
|
||||||
|
|
|
@ -8,13 +8,6 @@ class mercurial {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class mercurial::client {
|
|
||||||
|
|
||||||
warning("mercurial::client is deprecated, include mercurial instead")
|
|
||||||
include mercurial
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# Clone repository.
|
# Clone repository.
|
||||||
#
|
#
|
||||||
|
|
|
@ -20,13 +20,6 @@ class svn {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class svn::client {
|
|
||||||
|
|
||||||
warning("svn::client is deprecated, include svn instead")
|
|
||||||
include svn
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# Checkout working copy.
|
# Checkout working copy.
|
||||||
#
|
#
|
||||||
|
|
|
@ -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.
|
# Install moin package.
|
||||||
#
|
#
|
||||||
# === Parameters
|
# === Parameters
|
||||||
|
|
Loading…
Add table
Reference in a new issue