summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Bode <bodepd@gmail.com>2010-11-02 08:15:01 -0500
committerDan Bode <bodepd@gmail.com>2010-11-02 08:15:01 -0500
commit09faa027acc029316a1ba486eb2e7daebd6b2719 (patch)
treeadf40d1c11fa0f203972b5e4e4a02ff946833868 /README
parent572940bc5e077e215b0f43e7ca52af60b7474473 (diff)
minor edits to the README
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index f0303ac..84b9c3a 100644
--- a/README
+++ b/README
@@ -4,12 +4,10 @@ Examples of usage can be found in the tests directory. The type also has rdocs.
Sudoers supports ensure => (present|absent)
-
*TODO(stuff that I will fix soon)
1. Setting up autorequires for existing aliases, but this order would only be followed if both records were created.
- 2. A record (as determined by NAMEVAR) cannot switch between types. Currently throws an exception.
- 3 Shouldn't log flush or to_line events because they occur too often (working on this per issue with parsedfile).
+ 2 Shouldn't log flush or to_line events because they occur too often (working on this per issue with parsedfile).
LIMITATIONS (things I will not fix soon):
1. No support for parsing multi-line files (with \). I may add this in the next revision.