summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* correcting warning about spaces before parensluke2006-10-161-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1782 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding patch from Jeff McCune, #317luke2006-10-164-0/+578
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1781 980ebf18-57e1-0310-9a29-db15c13687c0
* adding explicit load of ast/branch to its subclassesluke2006-10-153-0/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1780 980ebf18-57e1-0310-9a29-db15c13687c0
* Format tweak for fact tutorial.ajax2006-10-141-12/+11
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1779 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a summary of using facter and using imported facter facts with puppet.ajax2006-10-141-0/+20
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1778 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding some documentation to the programmer's documentation introducing the ↵ajax2006-10-141-1/+1
| | | | | | concept of providers. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1777 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding some documentation to the programmer's documentation introducing the ↵ajax2006-10-142-1/+52
| | | | | | concept of providers. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1776 980ebf18-57e1-0310-9a29-db15c13687c0
* New documentation hierarchy: fixing indexes.ajax2006-10-126-19/+18
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1775 980ebf18-57e1-0310-9a29-db15c13687c0
* New documentation hierarchy: fixing indexes.ajax2006-10-122-7/+8
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1774 980ebf18-57e1-0310-9a29-db15c13687c0
* New documentation hierarchy: fixing indexes.ajax2006-10-127-23/+37
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1773 980ebf18-57e1-0310-9a29-db15c13687c0
* New documentation hierarchy: adding indexes.ajax2006-10-127-0/+105
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1772 980ebf18-57e1-0310-9a29-db15c13687c0
* New documentation hierarchy.ajax2006-10-1221-37/+43
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1771 980ebf18-57e1-0310-9a29-db15c13687c0
* New documentation hierarchy.ajax2006-10-121-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1770 980ebf18-57e1-0310-9a29-db15c13687c0
* I was stupidly creating an error but not raising it.luke2006-10-112-0/+21
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1767 980ebf18-57e1-0310-9a29-db15c13687c0
* Moving methods around so they are alphabeticalluke2006-10-111-34/+34
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1764 980ebf18-57e1-0310-9a29-db15c13687c0
* Committing the metatype branch -- this is just splitting the type.rb code ↵luke2006-10-1013-2268/+2350
| | | | | | into multiple files for readability git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1762 980ebf18-57e1-0310-9a29-db15c13687c0
* Catching missing ldap correctly in puppetrunluke2006-10-101-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1759 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing the problem reported by Adnet Ghislain where facts do not load on ↵luke2006-10-093-14/+26
| | | | | | later runs. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1757 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing code from [1754] -- I stupidly did not even do a parse check, and I ↵luke2006-10-092-29/+9
| | | | | | had to refactor the patch because parameters do not have code associated with their values. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1755 980ebf18-57e1-0310-9a29-db15c13687c0
* Applying patch from #234 from David Schmitt. This is also untested, and the ↵luke2006-10-092-1/+43
| | | | | | patch is slightly modified. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1754 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding modified patch from #256 -- apt now uses "responsefile" for the ↵luke2006-10-092-1/+18
| | | | | | preseed file. This is untested, though, since I do not know how to test it. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1753 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding patch from #308.luke2006-10-091-0/+11
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1752 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #298 - refreshonly now correctly deals with specified false valuesluke2006-10-092-2/+25
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1751 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #305 -- logs now reopen when Puppet restarts, and there is also now ↵luke2006-10-093-0/+56
| | | | | | an autoflush mechanism available so logs will flush to disk immediately. I also now trap USR2 and reopen logs when it is sent, so if you just want to reopen logs you do not have to restart the whole process. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1750 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #309 -- files now correctly replace any number of slashes with a ↵luke2006-10-092-0/+19
| | | | | | single slash. Also, trailing slashes are removed, since that is how Puppet expects to find files internally. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1749 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #301 -- s/logfile/logdest/gluke2006-10-091-4/+8
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1748 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #310 -- users no longer autorequire their homedirs, and files now ↵luke2006-10-094-10/+49
| | | | | | autorequire their owner and group. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1747 980ebf18-57e1-0310-9a29-db15c13687c0
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-0710-277/+431
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1746 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a "genmodule" equivalent to classgen, which we will use for reportingluke2006-10-072-58/+244
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1745 980ebf18-57e1-0310-9a29-db15c13687c0
* Added a section about testing.ajax2006-10-061-8/+15
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1744 980ebf18-57e1-0310-9a29-db15c13687c0
* adding id tag to tags.pageluke2006-10-060-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1743 980ebf18-57e1-0310-9a29-db15c13687c0
* Documentation editajax2006-10-061-2/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1742 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a document to outline the use of tagsajax2006-10-061-0/+75
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1741 980ebf18-57e1-0310-9a29-db15c13687c0
* Expanded documentation for rrdgraph report.ajax2006-10-061-1/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1740 980ebf18-57e1-0310-9a29-db15c13687c0
* Many, many, many performance improvements in the compiler (I hope). I did ↵luke2006-10-0624-218/+255
| | | | | | not change functionality anywhere, but I did some profiling and significantly reduced the runtime of many methods, and especially focused on some key methods that run many times. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1739 980ebf18-57e1-0310-9a29-db15c13687c0
* More specific configuration and argument documentation.ajax2006-10-051-6/+15
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1738 980ebf18-57e1-0310-9a29-db15c13687c0
* Documented signals the puppet daemons acceptajax2006-10-052-3/+19
| | | | | | | Documented host type to make it clear ipv6 is supported git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1737 980ebf18-57e1-0310-9a29-db15c13687c0
* adding id tag to reportsluke2006-10-050-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1736 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing the rrdgraph report so that it creates a separate rrd directory for ↵luke2006-10-053-36/+64
| | | | | | each host git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1735 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing weird case where the default node is in one node source and the real ↵luke2006-10-052-8/+49
| | | | | | node is in a different one git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1734 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing ldap nodes -- they were always returning true because i was returning ↵luke2006-10-052-2/+22
| | | | | | an empty array for missing nodes. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1733 980ebf18-57e1-0310-9a29-db15c13687c0
* Changed document priority.ajax2006-10-051-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1732 980ebf18-57e1-0310-9a29-db15c13687c0
* Another minor formatting fix.ajax2006-10-041-1/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1731 980ebf18-57e1-0310-9a29-db15c13687c0
* Missing tick.ajax2006-10-041-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1730 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding some documentation on reports.ajax2006-10-041-0/+90
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1729 980ebf18-57e1-0310-9a29-db15c13687c0
* updating install docs with new suse pkgsluke2006-10-041-3/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1728 980ebf18-57e1-0310-9a29-db15c13687c0
* Removing some left-over debuggingluke2006-10-041-4/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1727 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging the changes from the override-refactor branch. This is a ↵luke2006-10-04104-5676/+6517
| | | | | | significant rewrite of the parser, but it has little affect on the rest of the code tree. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1726 980ebf18-57e1-0310-9a29-db15c13687c0
* Renaming logfacility to syslogfacility as recommended by lutter.luke2006-10-042-4/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1725 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding configurability to the syslog facility, using the "logfacility" ↵luke2006-10-042-1/+9
| | | | | | parameter. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1724 980ebf18-57e1-0310-9a29-db15c13687c0