diff options
author | Jesse Koontz <jesselks@yahoo.com> | 2005-07-29 18:53:09 +0000 |
---|---|---|
committer | Jesse Koontz <jesselks@yahoo.com> | 2005-07-29 18:53:09 +0000 |
commit | cf37c06dbbde7ceb21691e6d90067eae8cfcfadd (patch) | |
tree | 9c54299ae872ad64dfab76ca64d1d62e54338d35 /notes/features | |
parent | 9f2aaac6b783e142a74e9c71f8d2cdd4cd2e0702 (diff) | |
download | puppet-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/features | 13 |
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 = { ... } - } - - |