summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Expanded documentation of command-line arguments for the puppet executables.ajax2006-09-252-228/+290
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1687 980ebf18-57e1-0310-9a29-db15c13687c0
* Expanded documentation of command-line arguments for the puppet executables.ajax2006-09-251-1/+60
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1686 980ebf18-57e1-0310-9a29-db15c13687c0
* Updating changelog for 0.19.3, and merging the version changes over.luke2006-09-224-3/+7
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1680 980ebf18-57e1-0310-9a29-db15c13687c0
* ! rename file because rake_test_loader is dumb.erikh2006-09-221-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1675 980ebf18-57e1-0310-9a29-db15c13687c0
* + New assertion: assert_uid_gid will check that the UID and GID have been ↵erikh2006-09-224-32/+92
| | | | | | | | | | changed to the proper values. This uses a fork and a FIFO to achieve it's checking. ! nonrootuser and nonrootgroup now only return users/groups that are less than 255, due to the "Darwin debacle" ! many, many, many fixes for suidmanager. This is rather embarassing. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1674 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging the fix to server/master.rbluke2006-09-222-8/+72
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1673 980ebf18-57e1-0310-9a29-db15c13687c0
* Some small housekeeping things that I saw while doing other bug huntingluke2006-09-223-2/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1672 980ebf18-57e1-0310-9a29-db15c13687c0
* adding note about the irc channelluke2006-09-222-10/+130
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1669 980ebf18-57e1-0310-9a29-db15c13687c0
* Harded-coded pathname to OSX's ssh_known_hosts as a work-around until the ↵ajax2006-09-221-1/+7
| | | | | | ssh pathnames are user-configurable. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1668 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding some test reportsluke2006-09-222-0/+216
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1667 980ebf18-57e1-0310-9a29-db15c13687c0
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby ↵erikh2006-09-2231-156/+215
| | | | | | | | | | | 'Process' library for uid/gid/euid/egid operations, including (not surprisingly) Puppet::Util#asuser and a method to run commands and capture output. This is due to many inconsistencies (through bugfixes) between ruby versions in the 1.8.x branch. This is included in the core puppet library and can be used by all puppet types and providers. ! Modified Puppet::Util#uid to check (and warn) if passed a nil value. ! Changes to use Puppet::SUIDManager instead of Process and relevant Puppet::Util calls. ! Removed Puppet::Util#asuser. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1666 980ebf18-57e1-0310-9a29-db15c13687c0
* Updating CHANGELOG for 0.19.2luke2006-09-221-0/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1665 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.19.2luke2006-09-221-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1663 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.19.2luke2006-09-221-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1662 980ebf18-57e1-0310-9a29-db15c13687c0