summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Do restart as stop + start, since sending HUP to puppetmaster doesn't work ↵lutter2006-10-041-6/+3
| | | | | | (see trac #289) git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1723 980ebf18-57e1-0310-9a29-db15c13687c0
* adding links to the real deb pkgsluke2006-10-031-2/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1720 980ebf18-57e1-0310-9a29-db15c13687c0
* Comment out the setting of PUPPET_LOG, so that puppetd uses its defaultlutter2006-10-031-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1719 980ebf18-57e1-0310-9a29-db15c13687c0
* Messages will now be at current loglevel, regardless of whether the object ↵ajax2006-10-021-4/+2
| | | | | | path is displayed. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1712 980ebf18-57e1-0310-9a29-db15c13687c0
* Added parameter 'withpath' to toggle printing of the object path.ajax2006-10-021-6/+15
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1711 980ebf18-57e1-0310-9a29-db15c13687c0
* adding a note about single-quoting node namesluke2006-10-021-0/+7
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1710 980ebf18-57e1-0310-9a29-db15c13687c0
* - New type Notify for sending client-side log messagesajax2006-09-292-0/+38
| | | | | | | | | | | type.rb type/notify.rb - Added server-side functions named after each of the syslog log levels (debug, info, notice, warning, err, crit, alert, and emerg) parser/functions.rb git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1708 980ebf18-57e1-0310-9a29-db15c13687c0
* - New type Notify for sending client-side log messagesajax2006-09-291-0/+7
| | | | | | | | | | | type.rb type/notify.rb - Added server-side functions named after each of the syslog log levels (debug, info, notice, warning, err, crit, alert, and emerg) parser/functions.rb git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1707 980ebf18-57e1-0310-9a29-db15c13687c0
* Changing warnonce to Puppet::Util::Warnings.warnonce.ajax2006-09-291-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1706 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing suidmanager so it uses warnonce instead of using a variable that only ↵luke2006-09-293-10/+12
| | | | | | existed in Util git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1705 980ebf18-57e1-0310-9a29-db15c13687c0
* Rephrased a short section about finalizing the object dependence hierarchy.ajax2006-09-291-5/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1704 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing reported problem of crons rewriting every time when the environment ↵luke2006-09-282-3/+13
| | | | | | is set git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1701 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing what I hope are the last batch of problems caused by the addition of ↵luke2006-09-276-36/+44
| | | | | | the suidmanager module. Also fixing a couple of other small issues that somehow cropped up. All tests should now pass again. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1699 980ebf18-57e1-0310-9a29-db15c13687c0
* Just fixed some RCS/CVS id tags.ajax2006-09-271-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1698 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding flush functionality as requested by Scott Seagoluke2006-09-271-0/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1697 980ebf18-57e1-0310-9a29-db15c13687c0
* File types were dying silently on OS X when the group specified in the ↵ajax2006-09-273-4/+16
| | | | | | | | | manifest was not a valid group. The code now generates some errors, but current behavior doesn't raise fatal exceptions git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1695 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing SUIDManager#asuser so that it only resets egid and euid if they were ↵luke2006-09-263-21/+21
| | | | | | changed git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1693 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a note about another errorluke2006-09-261-0/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1691 980ebf18-57e1-0310-9a29-db15c13687c0
* Added some documentation to the security page to offer some example ↵ajax2006-09-251-0/+22
| | | | | | invocations useful for generating/signing certificates for clients and servers. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1690 980ebf18-57e1-0310-9a29-db15c13687c0
* regenning configref with the fixed spacingluke2006-09-251-16/+14
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1689 980ebf18-57e1-0310-9a29-db15c13687c0
* Expanded documentation of command-line arguments for the puppet executables. ↵ajax2006-09-253-14/+12
| | | | | | (Tweak) git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1688 980ebf18-57e1-0310-9a29-db15c13687c0