Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixing and migrating more file tests. | Luke Kanies | 2008-11-04 | 7 | -581/+312 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an unfortunately messy commit; I should have tried harder to separate the different tasks into different commits, but it's not worth going back and doing now. This is the first commit in the long road of fixing the existing file tests, and in the process refactoring and better testing the code. The refactoring in this commit is mostly around the 'stat' instance variable that tests whether the file exists (and provides its metadata if it does) and the 'insync?' method in the source property. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Adding a starting point for spec tests for tidy. | Luke Kanies | 2008-11-04 | 2 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | So far it just validates that lstat is used instead of stat. Signed-off-by: Luke Kanies <luke@madstop.com> Conflicts: spec/unit/type/tidy.rb | |||||
* | | Setting puppetmasterd up to serve all indirected classes. | Luke Kanies | 2008-11-03 | 1 | -1/+3 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Retrieving the CA certificate before the client certificate. | Luke Kanies | 2008-11-03 | 3 | -13/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | We have to have a CA cert first, because the host will start using the client cert as soon as it's available, but it's not functional without a CA cert. Also removing extra stupid stuff from wait_for_cert -- the connection is now always recycled, which is much simpler. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Handling the case where a symbol (e.g., :ca) is used for a certificate name. | Luke Kanies | 2008-11-03 | 2 | -3/+3 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Fixing :bindaddress setting to work with the new server subsystem. | Luke Kanies | 2008-11-03 | 2 | -3/+26 | |
| | | | | | | | | | | | | | | It now automatically switches values depending on server type, while still allowing overriding. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Fixing CertificateRequest#save to accept arguments. | Luke Kanies | 2008-11-03 | 2 | -1/+8 | |
| | | | | | | | | | | | | This happens when called over REST. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Fixing forward-compatibility issues resulting from no global resources | Luke Kanies | 2008-10-31 | 2 | -6/+3 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Fixing a test I broke when fixing a reporting bug | Luke Kanies | 2008-10-31 | 1 | -4/+0 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Merge branch '0.24.x' | Luke Kanies | 2008-10-31 | 49 | -867/+1074 | |
|\| | | | | | | | | | | | Conflicts: CHANGELOG | |||||
| * | Added unit tests for the augeas type and provider | Bryan Kearney | 2008-10-30 | 3 | -2/+344 | |
| | | ||||||
| * | Fix #1402 - Allow multiline comments | Brice Figureau | 2008-10-29 | 4 | -1/+51 | |
| | | | | | | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
| * | Fix #857 - Multiple class of the same name don't append code | Brice Figureau | 2008-10-29 | 4 | -1/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following manifest wasn't working: class one { notice('class one') } class one { notice('second class one') } include one It all boiled down to class code not being arrays. Encapsulating code in ASTArray when needed is enough to append code, because of the property of ASTArray to evaluate all their members in turn. Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
| * | Fixed augeas examples in type | James Turnbull | 2008-10-29 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'augeas' into 0.24.x | James Turnbull | 2008-10-29 | 3 | -0/+341 | |
| |\ | ||||||
| | * | Merge branch 'augeas' of git@github.com:bkearney/puppet into augeas | Bryan Kearney | 2008-10-28 | 1 | -200/+0 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/puppet/type/augeas.rb | |||||
| | | * | Beginning provider split, need help on the voodoo | Bryan Kearney | 2008-10-27 | 2 | -181/+211 | |
| | | | | ||||||
| | * | | Split Augeas up into a provider and a type. | Bryan Kearney | 2008-10-28 | 3 | -161/+410 | |
| | |/ | ||||||
| | * | Added augeas type and feature | James Turnbull | 2008-10-24 | 2 | -0/+292 | |
| | | | ||||||
| * | | Fixed #1710 - Spurious output in test run | James Turnbull | 2008-10-29 | 2 | -6/+2 | |
| | | | ||||||
| * | | Fixing #1669 - The dump parameter can now be changed on mounts. | Luke Kanies | 2008-10-29 | 2 | -1/+30 | |
| | | | | | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | | Fix #1682 - ASTArray should flatten product of evaluation of its children | Brice Figureau | 2008-10-29 | 2 | -2/+67 | |
| | | | | | | | | | | | | | | | If the ASTArray contains children that evaluate to arrays themselves, they aren't flattened. | |||||
| * | | Fixing #1667 - regex automatic value documentation is now readable. | Luke Kanies | 2008-10-29 | 2 | -2/+4 | |
| | | | | | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | | Fixed #1692 - k5login fails to set mode when file is created | James Turnbull | 2008-10-28 | 2 | -1/+3 | |
| | | | ||||||
| * | | Fixing #1660 - Adding specifically supported values for tidy recursion. | Luke Kanies | 2008-10-28 | 3 | -0/+79 | |
| | | | | | | | | | | | | | | | | | | Basically just copied the code for the recurse parameter from 'file'. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | | Fixing #1698 - all logs again show up in the report. | Luke Kanies | 2008-10-28 | 3 | -62/+3 | |
| | | | ||||||
| * | | Fixed #1661 - Type reference: tidy should specify manditory parameters | James Turnbull | 2008-10-28 | 2 | -1/+6 | |
| | | | ||||||
| * | | Removing all mention of EPM, RPM, or Sun packages. | Luke Kanies | 2008-10-28 | 1 | -13/+0 | |
| | | | | | | | | | | | | | | | | | | | | | You should upgrade your build library from http://github.com/lak/reductive-build/tree/master too. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | | Merge branch 'l' into 0.24.x | James Turnbull | 2008-10-28 | 2 | -4/+1 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: conf/redhat/puppet.spec | |||||
| * | | | Fixed #1104 - Classes and nodes should set $name variables | Brice Figureau | 2008-10-28 | 3 | -1/+21 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
| * | | | Updated Red Hat spec file for 0.24.6 and removed conf/debian directory. | James Turnbull | 2008-10-24 | 23 | -774/+80 | |
| | |/ | |/| | | | | | | | | | | | | | To build a new debian package use: apt-get source puppet; cd puppet-<curver>; uupdate ../puppet-<newver>.tgz | |||||
* | | | Merge branch '0.24.x' | Luke Kanies | 2008-10-22 | 29 | -969/+1788 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: lib/puppet/type/user.rb | |||||
| * | | Updated to version 0.24.6 | Luke Kanies | 2008-10-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Updated to version 0.24.6 | Luke Kanies | 2008-10-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x | Luke Kanies | 2008-10-23 | 17 | -79/+717 | |
| |\| | ||||||
| | * | Improve the inline documentation for SELinux types and parameters | Sean E. Millichamp | 2008-10-23 | 3 | -15/+38 | |
| | | | ||||||
| | * | Fixes #1663 - added Symbol check and additional test | Sean E. Millichamp | 2008-10-23 | 2 | -1/+14 | |
| | | | ||||||
| | * | Fix SELinux test to succeed when Puppet debug mode is enabled | Sean E. Millichamp | 2008-10-22 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fix regression caused by switch to Puppet's execute() functions | Sean E. Millichamp | 2008-10-22 | 2 | -3/+12 | |
| | | | ||||||
| | * | Solaris RBAC Attributes | Andrew Shafer | 2008-10-22 | 9 | -60/+652 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding support to user type for: profiles auths project key/value pairs Refactored useradd.addcmd so I could override how properties get added in the subclass Added keyvalue property to manage generic keyvalues | |||||
| * | | Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x | Luke Kanies | 2008-10-21 | 13 | -889/+1058 | |
| |\| | ||||||
| | * | Fix #936 - Allow trailing comma in array definition | Brice Figureau | 2008-10-21 | 6 | -388/+424 | |
| | | | | | | | | | | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
| | * | Fix #1115 - part2 - fix tests and add all_tags | Brice Figureau | 2008-10-21 | 2 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Up until this patch, TemplateWrapper.tags was returning all the tags defined in the catalog. I think this is wrong and tags shoul only return the defined tags in the current scope. Hence, I defined a all_tags method that returns the list of tags defined in the whole catalog. | |||||
| | * | Fixed #1662 - Configuration Reference still references 'section' | James Turnbull | 2008-10-21 | 2 | -7/+2 | |
| | | | ||||||
| | * | Fixed #1460 - enhance redhat puppetmaster init.d script to easy start ↵ | James Turnbull | 2008-10-21 | 3 | -7/+66 | |
| | | | | | | | | | | | | puppetmaster as a mongrel cluster | |||||
| | * | Fixed #1663 - Regression relating to facter fact naming from 0.24.5 | James Turnbull | 2008-10-21 | 3 | -2/+18 | |
| | | | ||||||
| | * | Fix #636 - Allow extraneous comma in function argument list | Brice Figureau | 2008-10-21 | 5 | -882/+934 | |
| | | | | | | | | | | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
| * | | Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x | Luke Kanies | 2008-10-18 | 13 | -43/+138 | |
| |\| | ||||||
| * | | Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x | Luke Kanies | 2008-10-09 | 133 | -1930/+5814 | |
| |\ \ | ||||||
| * \ \ | Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x | Luke Kanies | 2008-09-27 | 93 | -3645/+4188 | |
| |\ \ \ |