summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Adding a Fileset class for managing sets of files. ThisLuke Kanies2007-10-222-0/+368
* | | | | | | | Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-224-0/+160
|\ \ \ \ \ \ \ \
| * | | | | | | | Partial work done for ssl certificates.Michael V. O'Brien2007-10-194-0/+160
* | | | | | | | | Adding authorization hooks to the file_server andLuke Kanies2007-10-2112-56/+258
* | | | | | | | | Renaming the 'mounts' terminus to 'file_server', and renamingLuke Kanies2007-10-2012-60/+58
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | File serving now works. I've tested a couple of ways toLuke Kanies2007-10-1929-336/+574
|/ / / / / / /
* | | | | | | Adding this test stub that's been sittingLuke Kanies2007-10-181-0/+47
* | | | | | | I've now split the file-serving termini into two separate types (inLuke Kanies2007-10-1825-65/+594
* | | | | | | Fixing all of the classes that I just renamed, and addingLuke Kanies2007-10-187-16/+21
* | | | | | | Renaming the file serving indirection termini to matchLuke Kanies2007-10-184-0/+0
* | | | | | | I'm working on making file serving work in the indirector now, so ILuke Kanies2007-10-1811-53/+211
* | | | | | | Renaming the file_serving/{content,metadata} indirectionsLuke Kanies2007-10-1812-6/+59
* | | | | | | This is the first mostly functional commit of theLuke Kanies2007-10-188-242/+624
* | | | | | | Adding spec stubs for authorization in the indirectionLuke Kanies2007-10-171-16/+50
* | | | | | | Oops, forgot this file in my last commit.Luke Kanies2007-10-171-13/+6
* | | | | | | Adding the first pass at modifying file servingLuke Kanies2007-10-1712-0/+915
| |_|_|_|_|/ |/| | | | |
* | | | | | Reorganizing the file structure for indirection terminus types.Luke Kanies2007-10-1547-235/+268
| |_|_|_|/ |/| | | |
* | | | | Fixing failing tests, including making the debian serviceLuke Kanies2007-10-133-20/+6
* | | | | Translating the report handler to an indirected model.Luke Kanies2007-10-1314-181/+308
* | | | | Adding version handling through most of the indirection work.Luke Kanies2007-10-127-20/+94
* | | | | Fixing some small spec failures resulting from test fixes.Luke Kanies2007-10-101-3/+3
| |_|_|/ |/| | |
* | | | Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-092-2/+13
|\ \ \ \
| * \ \ \ Merge branch 'parser-absent' of http://marcin.owsiany.pl/tmp/puppet into porr...Michael V. O'Brien2007-10-092-2/+13
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Somewhat better documentation of the :absent field feature in fileparsing.Marcin Owsiany2007-10-061-1/+3
| | * | | Make it apparent that absent fields in a record have a value of :absent, whic...Marcin Owsiany2007-10-061-1/+10
* | | | | Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-0953-541/+1025
|\| | | |
| * | | | Merge branch 'master' of git://michaelobrien.info/puppetLuke Kanies2007-10-093-3/+74
| |\ \ \ \
| | * | | | Fixed #819. Applied patch provided by matsuu.Michael V. O'Brien2007-10-081-2/+2
| | * | | | Fixed #822. Applied patch provided by DavidS.Michael V. O'Brien2007-10-082-1/+72
| | | |_|/ | | |/| |
| * | | | All tests should now pass again.Luke Kanies2007-10-0824-143/+429
| * | | | Adding support for versions and freshness-checkingLuke Kanies2007-10-066-53/+234
| |/ / /
| * | | Fixing error thrown when the end of the file is encountered unexpectedlyLuke Kanies2007-10-051-4/+6
| * | | Removing obsolete commentLuke Kanies2007-10-051-3/+0
| * | | Another round of test-fixing around the changes I madeLuke Kanies2007-10-058-77/+34
| * | | Adding a :code setting for specifying code to runLuke Kanies2007-10-0512-110/+35
| * | | Making "null" the default node source, so nodes are at least created easilyLuke Kanies2007-10-051-6/+7
| * | | This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-0518-141/+190
| * | | Adding the integration tests to the Rakefile for spec,Luke Kanies2007-10-045-37/+52
| |/ /
* | | Merge branch 'routing' of http://git.rickbradley.com/puppet into routingLuke Kanies2007-10-0925-186/+376
|\ \ \ | | |/ | |/|
| * | Homing in on a clean separation of concerns for a low-coupling, high-cohesion...Rick Bradley2007-10-062-10/+64
| * | Trivial tweak on HTTPServer module fileRick Bradley2007-10-051-1/+2
| * | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-0514-75/+147
| * | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-0510-101/+164
| |\|
| | * Merge branch 'master' of git://michaelobrien.info/puppetLuke Kanies2007-10-045-5/+58
| | |\
| | | * Fixed #838. Applied patch provided by DavidS to add more robustMichael V. O'Brien2007-10-041-0/+9
| | | * Fixed #837. Added freebsd service provider by trombik.Michael V. O'Brien2007-10-041-0/+46
| | | * Fixed #855, but I didn't add any tests.Michael V. O'Brien2007-10-041-2/+0
| | | * Fixed #827. Applied a form of the patch provided by porridge andMichael V. O'Brien2007-10-042-3/+3
| | * | Adding another test to the ldap node source -- we makeLuke Kanies2007-10-042-3/+15
| | * | Fixing some terminology so some ldap tests are easier to read.Luke Kanies2007-10-041-3/+3