summaryrefslogtreecommitdiffstats
path: root/notes/features
diff options
context:
space:
mode:
authorJesse Koontz <jesselks@yahoo.com>2005-07-29 18:53:09 +0000
committerJesse Koontz <jesselks@yahoo.com>2005-07-29 18:53:09 +0000
commitcf37c06dbbde7ceb21691e6d90067eae8cfcfadd (patch)
tree9c54299ae872ad64dfab76ca64d1d62e54338d35 /notes/features
parent9f2aaac6b783e142a74e9c71f8d2cdd4cd2e0702 (diff)
downloadpuppet-cf37c06dbbde7ceb21691e6d90067eae8cfcfadd.tar.gz
puppet-cf37c06dbbde7ceb21691e6d90067eae8cfcfadd.tar.xz
puppet-cf37c06dbbde7ceb21691e6d90067eae8cfcfadd.zip
Moved documentation to project website.
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@477 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'notes/features')
-rw-r--r--notes/features13
1 files changed, 0 insertions, 13 deletions
diff --git a/notes/features b/notes/features
deleted file mode 100644
index ce6fe7d86..000000000
--- a/notes/features
+++ /dev/null
@@ -1,13 +0,0 @@
-High-level:
- ability to define many objects in one section, e.g.:
- Files {
- "/etc/inetd.conf" = { .... }
- }
-
- ability to set local and global defaults for a section:
- Files {
- template = { o=root, g=root }
- "/etc/inetd.conf" < template = { ... }
- }
-
-