| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Adding support for file purging, as requested in #250. Any unmanaged files i... | luke | 2006-09-03 | 1 | -1/+20 |
| * | Adding a "force" parameter in files to fix #242. Currently only used when re... | luke | 2006-09-03 | 2 | -2/+9 |
| * | Specifying true/false allowed values for file[:replace]. | luke | 2006-09-03 | 2 | -2/+10 |
| * | Applying patch from #251, and switching "confine" to "commands", so we can do... | luke | 2006-09-03 | 1 | -7/+13 |
| * | Applying the patch from #253 plus tests. | luke | 2006-09-03 | 2 | -1/+15 |
| * | Adding zone patches | luke | 2006-09-03 | 1 | -2/+17 |
| * | Fixing #257, where host aliases were not being retained. The problem was tha... | luke | 2006-09-02 | 2 | -22/+33 |
| * | batch of small bug fixes | luke | 2006-09-02 | 2 | -2/+2 |
| * | Removing type/provider references on type removal | luke | 2006-09-02 | 2 | -0/+12 |
| * | disabling reporting until i can find a way to make reporting only work with p... | luke | 2006-08-31 | 1 | -1/+1 |
| * | Fixing the state so it tries to call provider methods and only checks for err... | luke | 2006-08-31 | 1 | -4/+4 |
| * | Setting both "report" to true by default; I am going to enable pluginsync by ... | luke | 2006-08-30 | 1 | -1/+1 |
| * | Fixing array printing in to_manifest | luke | 2006-08-30 | 1 | -1/+5 |
| * | Fixing service refreshing -- there was a problem persisting from the provider... | luke | 2006-08-30 | 2 | -7/+6 |
| * | downgrading the template interpolation message | luke | 2006-08-30 | 1 | -1/+1 |
| * | Adding back in the code to change the euid. I removed this yesterday because... | luke | 2006-08-29 | 1 | -0/+1 |
| * | Adding automatic stacktrace printing to deverror. I need to go through and r... | luke | 2006-08-29 | 2 | -6/+16 |
| * | disabling chuser on os x, since it is broken with < ruby 1.8.5 | luke | 2006-08-29 | 1 | -4/+12 |
| * | fixing provider commands; I broke them when making them easier to document | luke | 2006-08-29 | 1 | -0/+2 |
| * | Skipping blank lines and comments in autosign.conf | luke | 2006-08-29 | 1 | -0/+2 |
| * | Fixing report lookup so it looks up by name, not method | luke | 2006-08-29 | 1 | -1/+1 |
| * | Changing autosign mode to 644 | luke | 2006-08-29 | 1 | -1/+1 |
| * | Fixing tagmail config processing so it fails when appropriate | luke | 2006-08-29 | 1 | -3/+11 |
| * | Fixing reports error reporting | luke | 2006-08-28 | 1 | -2/+0 |
| * | Fixing location of ca cert | luke | 2006-08-28 | 1 | -1/+1 |
| * | Fixing report autoloading; I was calling the wrong method, and they were neve... | luke | 2006-08-28 | 1 | -27/+23 |
| * | Upgrading Triggering line from info to notice | luke | 2006-08-28 | 1 | -1/+1 |
| * | Adding a module specifically for making doc generation easier, and adding def... | luke | 2006-08-28 | 5 | -13/+47 |
| * | Modifying providers so that docs generate better | luke | 2006-08-28 | 11 | -59/+72 |
| * | Adding pointer to templating docs into the file[content] documentation | luke | 2006-08-28 | 1 | -6/+6 |
| * | Adding a little more validation to the schedule, and documenting the source s... | luke | 2006-08-28 | 2 | -1/+26 |
| * | Tracking down some weird bugs that managed to creep into the parser. I expec... | luke | 2006-08-28 | 6 | -254/+267 |
| * | Committing some changes to the %h expansion in fileserving. This change make... | luke | 2006-08-28 | 2 | -100/+111 |
| * | Committing the other half of the fix for #231; oops | luke | 2006-08-28 | 1 | -0/+20 |
| * | Fixing #231. | luke | 2006-08-28 | 1 | -9/+19 |
| * | Support for %h and %H replacement in the path of fileserver modules. | lutter | 2006-08-26 | 1 | -5/+45 |
| * | Demoting the xmlrpc access logs to debug from info | luke | 2006-08-25 | 1 | -4/+4 |
| * | Changing permissions on the cert file and the ca cert file, since it is no pr... | luke | 2006-08-25 | 1 | -2/+2 |
| * | Try this; seems to work for machines with both ActiveSupport installed and no... | lutter | 2006-08-25 | 1 | -7/+0 |
| * | Adding up2date support, as submitted by Kostas Georgiou (with some modificati... | luke | 2006-08-23 | 2 | -3/+60 |
| * | Certificate revocation through puppetca. Keep a simple text inventory of all ... | lutter | 2006-08-23 | 3 | -0/+51 |
| * | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 12 | -276/+419 |
| * | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 7 | -1098/+796 |
| * | Function autoloading now works as requested in #214. | luke | 2006-08-22 | 1 | -3/+19 |
| * | Adding warnings and error throwing for #218 -- metaparams in prototypes are t... | luke | 2006-08-21 | 2 | -2/+30 |
| * | Fixing #225. Normal file copying worked with spaces, but recursive file copy... | luke | 2006-08-21 | 1 | -1/+1 |
| * | Fixing #228. The real problem was that "present" should match any type of fi... | luke | 2006-08-21 | 1 | -4/+25 |
| * | Support for certificate revocation and checking connections on the server aga... | lutter | 2006-08-21 | 2 | -27/+97 |
| * | Making some of the metaprogramming a bit more explicit and a bit easier to ma... | luke | 2006-08-20 | 9 | -133/+305 |
| * | Finishing changes to support titles instead of two types of names. This is b... | luke | 2006-08-17 | 8 | -72/+101 |