From cf37c06dbbde7ceb21691e6d90067eae8cfcfadd Mon Sep 17 00:00:00 2001 From: Jesse Koontz Date: Fri, 29 Jul 2005 18:53:09 +0000 Subject: Moved documentation to project website. git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@477 980ebf18-57e1-0310-9a29-db15c13687c0 --- notes/features | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 notes/features (limited to 'notes/features') 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 = { ... } - } - - -- cgit