summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-30 11:03:10 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-17 10:42:22 -0500
commita6b269011b2f1e84c650239065e56778591f087e (patch)
tree0c942626ed076075b246fab1aa635524a5bb5452 /doc
parent5540d1f60b6ff33056d2c355ccab445023500d10 (diff)
downloadbcfg2-a6b269011b2f1e84c650239065e56778591f087e.tar.gz
bcfg2-a6b269011b2f1e84c650239065e56778591f087e.tar.bz2
bcfg2-a6b269011b2f1e84c650239065e56778591f087e.zip
removed support for info/:info files
Diffstat (limited to 'doc')
-rw-r--r--doc/server/info.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/server/info.txt b/doc/server/info.txt
index b4d1f7113..2c50f0031 100644
--- a/doc/server/info.txt
+++ b/doc/server/info.txt
@@ -53,25 +53,3 @@ A more complex example for a template that generates both
See :ref:`server-selinux` for more information on the ``secontext``
attribute and managing SELinux in general.
-
-:info and info files
-====================
-
-.. deprecated:: 1.3.0
-
-Historically, Bcfg2 also accepted the use of ``:info`` and ``info``
-files, which function the same as ``info.xml``, but are not XML. They
-lack the ability to specify different permissions based on client,
-group, or path, and cannot be used to specify ACLs, either.
-
-An example ``:info`` or ``info`` file would look like::
-
- owner: www
- group: www
- mode: 0755
-
-All attributes allowed on the ``<Info>`` tag of an ``info.xml`` file
-can be used in an ``:info`` or ``info`` file.
-
-You should not use more than one ``:info``, ``info``, or ``info.xml``
-file for a single entry.