| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adding hasrestart parameter to services | luke | 2006-09-05 | 1 | -1/+3 |
* | Adding an "env" parameter to exec, for providing extra environment settings, ... | luke | 2006-09-05 | 2 | -2/+42 |
* | Adding a "withenv" execution util method, and using it in :exec for path hand... | luke | 2006-09-05 | 1 | -0/+37 |
* | Fixing small bug in cron where removed fields are not deleted from the file | luke | 2006-09-05 | 1 | -8/+16 |
* | Adding the Daemon module back into the Client class, which fixes #247. | luke | 2006-09-05 | 1 | -0/+21 |
* | Adding an "ignoretags" attribute to transaction, and setting it for downloadi... | luke | 2006-09-05 | 1 | -4/+0 |
* | Adding the ability to download facts from the central server. This allows fa... | luke | 2006-09-05 | 1 | -9/+73 |
* | A small fix to the install/update aspects of packaging. | luke | 2006-09-05 | 1 | -1/+1 |
* | Fixing the package type so that :ensure is always used for version specificat... | luke | 2006-09-05 | 1 | -6/+13 |
* | Removing all of the changes I made towards refactoring in the last couple of ... | luke | 2006-09-05 | 16 | -1547/+428 |
* | Committing a small amount of work in cron. I have decided that this is too l... | luke | 2006-09-05 | 1 | -0/+744 |
* | Committing functional mount support. All that's left in this chunk of work i... | luke | 2006-09-05 | 5 | -226/+318 |
* | Ports now work with a provider | luke | 2006-09-04 | 2 | -47/+98 |
* | Intermediate commit; ports are not working yet | luke | 2006-09-03 | 4 | -81/+40 |
* | Fixing SSHKey support. | luke | 2006-09-03 | 3 | -52/+87 |
* | Beginning the process of moving parsedtypes to a provider. Each parsed | luke | 2006-09-03 | 5 | -69/+306 |
* | This is the initial commit of the changes to sync and retrieve. The | luke | 2006-09-03 | 4 | -17/+18 |
* | Adding pre- and post-hooks, as requested in #233. | luke | 2006-09-03 | 1 | -0/+26 |
* | Fixing #239 -- missing checks now throw an ArgumentError. This will break if... | luke | 2006-09-03 | 1 | -0/+12 |
* | Adding support for file purging, as requested in #250. Any unmanaged files i... | luke | 2006-09-03 | 1 | -0/+35 |
* | Adding a "force" parameter in files to fix #242. Currently only used when re... | luke | 2006-09-03 | 1 | -1/+9 |
* | Applying the patch from #253 plus tests. | luke | 2006-09-03 | 1 | -0/+40 |
* | Fixing #257, where host aliases were not being retained. The problem was tha... | luke | 2006-09-02 | 1 | -0/+15 |
* | batch of small bug fixes | luke | 2006-09-02 | 2 | -1/+5 |
* | Making sure that the svn bin directory is at the beginning of PATH, rather th... | luke | 2006-09-02 | 2 | -2/+4 |
* | Fixing report autoloading; I was calling the wrong method, and they were neve... | luke | 2006-08-28 | 1 | -0/+42 |
* | Tracking down some weird bugs that managed to creep into the parser. I expec... | luke | 2006-08-28 | 2 | -11/+16 |
* | Committing some changes to the %h expansion in fileserving. This change make... | luke | 2006-08-28 | 2 | -15/+112 |
* | Support for %h and %H replacement in the path of fileserver modules. | lutter | 2006-08-26 | 1 | -0/+115 |
* | Certificate revocation through puppetca. Keep a simple text inventory of all ... | lutter | 2006-08-23 | 1 | -0/+23 |
* | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 2 | -1/+51 |
* | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 3 | -0/+83 |
* | Function autoloading now works as requested in #214. | luke | 2006-08-22 | 1 | -0/+27 |
* | Adding warnings and error throwing for #218 -- metaparams in prototypes are t... | luke | 2006-08-21 | 1 | -0/+25 |
* | Fixing #225. Normal file copying worked with spaces, but recursive file copy... | luke | 2006-08-21 | 1 | -0/+22 |
* | Fixing #228. The real problem was that "present" should match any type of fi... | luke | 2006-08-21 | 1 | -0/+41 |
* | Support for certificate revocation and checking connections on the server aga... | lutter | 2006-08-21 | 2 | -31/+139 |
* | Making some of the metaprogramming a bit more explicit and a bit easier to ma... | luke | 2006-08-20 | 5 | -7/+46 |
* | Finishing changes to support titles instead of two types of names. This is b... | luke | 2006-08-17 | 7 | -33/+65 |
* | A first pass of changing one of the types of names to titles. I still have t... | luke | 2006-08-16 | 3 | -7/+168 |
* | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 18 | -596/+1686 |
* | Fixing the master server so that it always uses the Facter hostname, not the ... | luke | 2006-07-31 | 1 | -0/+39 |
* | Another batch of bug fixes, this time focused on OS X patches. Looks like I ... | luke | 2006-07-22 | 3 | -4/+8 |
* | First round of bugfixes in preparation for 0.18.4 | luke | 2006-07-21 | 4 | -6/+8 |
* | Fixing #77. As I feared, this was a pretty complicated fix; I had to add a l... | luke | 2006-07-21 | 1 | -0/+110 |
* | Adding timeout functionality to the ParsedFile class, in preparation to addin... | luke | 2006-07-21 | 2 | -1/+31 |
* | Fixing #176. You can now do duplicate UIDs (or GIDs on most platforms) with ... | luke | 2006-07-21 | 2 | -0/+55 |
* | Fixing #201; users now autorequire extra groups | luke | 2006-07-21 | 1 | -22/+27 |
* | Fixing #191. I was only testing for parsed cron instances, not for created o... | luke | 2006-07-18 | 1 | -0/+36 |
* | Fixing bug in scope/interpreter where nodes found in ldap must have parent no... | luke | 2006-07-18 | 1 | -15/+41 |