| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing #178. I just added URI escaping and unescaping to file names. | luke | 2006-06-20 | 2 | -2/+4 |
* | Fixing #175. The setpidfile setting was being ignored. | luke | 2006-06-20 | 1 | -0/+1 |
* | Fixing #182. Added a retry section to try reconnecting to ldap. Only one re... | luke | 2006-06-20 | 1 | -1/+9 |
* | Setting pluginsync default to false, and (hopefully) fixing autosign problem ... | luke | 2006-06-20 | 2 | -9/+20 |
* | Fixing broken symlink behaviour mentioned on the list | luke | 2006-06-20 | 1 | -1/+3 |
* | Adding plugins and plugin management. The Master Client will now automatical... | luke | 2006-06-20 | 3 | -2/+70 |
* | More documentation changes. | luke | 2006-06-19 | 10 | -38/+38 |
* | updating some docs and puppetdoc in preparation for a move to webgen instead ... | luke | 2006-06-17 | 2 | -8/+8 |
* | Fixing my autorequire fix; oops | luke | 2006-06-15 | 1 | -2/+2 |
* | fixing autorequire message to include the object type | luke | 2006-06-15 | 1 | -2/+2 |
* | Delete entries from the config file if their should is 'absent' | lutter | 2006-06-15 | 1 | -1/+6 |
* | Adding test and fix for empty execs being ignored | luke | 2006-06-15 | 1 | -3/+5 |
* | fixing interpreter to initialize ldap in the nodesearch_ldap method, which re... | luke | 2006-06-15 | 1 | -3/+5 |
* | making links even if the target does not exist | luke | 2006-06-14 | 2 | -17/+9 |
* | updating documentation for sshkey | luke | 2006-06-14 | 1 | -15/+5 |
* | Setting options and the facility for syslog | luke | 2006-06-14 | 1 | -1/+7 |
* | Fixing some logging issues with puppetmasterd when daemonized with verbose mo... | luke | 2006-06-14 | 2 | -13/+22 |
* | Changing statechange noop message so it's a bit clearer | luke | 2006-06-14 | 1 | -1/+1 |
* | Adding fixes for solaris zones | luke | 2006-06-13 | 1 | -6/+18 |
* | abstracting out ldap connections so that there is a single method responsible... | luke | 2006-06-13 | 1 | -12/+22 |
* | Fixing ldap usage when ldap libs are not available | luke | 2006-06-13 | 1 | -20/+28 |
* | removing extraneous debugging | luke | 2006-06-13 | 1 | -2/+0 |
* | Fixing #173. At this point, I am just calling both "--add" and "on", or "--d... | luke | 2006-06-13 | 3 | -10/+19 |
* | Fixing packaging to deal with the fact that yum exits with 0 exit code even w... | luke | 2006-06-13 | 1 | -1/+6 |
* | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 4 | -212/+261 |
* | Fixing #169. Tags are ignored during config. | luke | 2006-06-13 | 1 | -0/+8 |
* | Fixing the main bug reported on the list today relating to file sourcing trun... | luke | 2006-06-13 | 2 | -4/+14 |
* | adding noop marker as requested | luke | 2006-06-13 | 1 | -1/+1 |
* | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 8 | -23/+65 |
* | Fixing ldap node lookup. The test was set up badly, in that it did not actua... | luke | 2006-06-12 | 1 | -3/+11 |
* | turning on output flushing | luke | 2006-06-12 | 1 | -0/+3 |
* | Adding support for following referrals | luke | 2006-06-12 | 1 | -0/+1 |
* | Fixing #135. I was setting the object to the result of an include? test, ins... | luke | 2006-06-12 | 1 | -5/+6 |
* | Found a bug where single-value selectors can fail on a second compile. Fixed... | luke | 2006-06-09 | 2 | -1/+7 |
* | Fixing #168. Reworked the regex to allow matching TLDs. | luke | 2006-06-08 | 1 | -1/+1 |
* | Fixing #167. Started with the submitted patch and made a few more modificati... | luke | 2006-06-08 | 1 | -7/+14 |
* | Fixing #157. Objects are no longer allowed to be their own parents, and ther... | luke | 2006-06-08 | 3 | -25/+34 |
* | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 3 | -420/+411 |
* | Fixing #158. I did not add a force option, since I always back files up befo... | luke | 2006-06-08 | 3 | -7/+70 |
* | Fixing #154. Basically just accepted the patch that fixes master.rb and adde... | luke | 2006-06-08 | 1 | -1/+1 |
* | Fixing #155. It is now valid to have arrays with no values, although you wil... | luke | 2006-06-08 | 2 | -171/+187 |
* | Fixing #159 -- packages now have a default value for ensure (:installed). | luke | 2006-06-08 | 1 | -2/+2 |
* | Committing largely complete Solaris zone support. I still need to add static... | luke | 2006-06-06 | 1 | -157/+247 |
* | removing one of the stack traces from error output | luke | 2006-06-06 | 1 | -51/+29 |
* | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -12/+8 |
* | Intermediate commit; most of the core zone functions now work, and some of th... | luke | 2006-06-02 | 2 | -92/+234 |
* | temporary commit so i can transfer my testing to a faster, sparc box | luke | 2006-06-01 | 1 | -26/+148 |
* | Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobject | luke | 2006-06-01 | 2 | -11/+24 |
* | Fixing #161. Basically, AST::ObjectDef now catches when users specify a name... | luke | 2006-06-01 | 1 | -8/+25 |
* | Fixing #162. Node names must now be comma-separated. | luke | 2006-05-31 | 2 | -191/+200 |