Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'tickets/0.24.x/1739' into 0.24.x | James Turnbull | 2008-11-13 | 1 | -0/+5 | |
|\ | ||||||
| * | Fixed #1739 - Added uninstall functionality to yum provider | James Turnbull | 2008-11-13 | 1 | -0/+5 | |
| | | ||||||
* | | Fix #1737 - part2 - Fix display of "options" | Brice Figureau | 2008-11-12 | 1 | -0/+16 | |
| | | ||||||
* | | Fix #1737 - ssh_authorized_keys should be able to parse options containing ↵ | Brice Figureau | 2008-11-11 | 1 | -1/+21 | |
| | | | | | | | | | | | | commas Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
* | | Fix #1740 - Daemontools and Runit is not ReST compliant | Brice Figureau | 2008-11-11 | 2 | -31/+48 | |
|/ | ||||||
* | Fixed #1730 - Edited file/ensure.rb docs for clarity | James Turnbull | 2008-11-05 | 1 | -5/+4 | |
| | ||||||
* | Fixes #1672 - unsafe crontab handling in Solaris | Martin Englund | 2008-11-05 | 1 | -3/+3 | |
| | | | | Signed-off-by: Martin Englund <martin@englund.nu> | |||||
* | Fixes #1714 - yumhelper handling with yum 2.2.x is broken | James Turnbull | 2008-11-01 | 1 | -0/+9 | |
| | ||||||
* | Fixed #1721 - puppet.conf documentation incorrectly lists signals that ↵ | James Turnbull | 2008-11-01 | 1 | -1/+1 | |
| | | | | affect the daemons | |||||
* | Added unit tests for the augeas type and provider | Bryan Kearney | 2008-10-30 | 1 | -2/+3 | |
| | ||||||
* | Fix #1402 - Allow multiline comments | Brice Figureau | 2008-10-29 | 1 | -0/+5 | |
| | | | | 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 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | 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 | |
| | | ||||||
* | | Fixing #1669 - The dump parameter can now be changed on mounts. | Luke Kanies | 2008-10-29 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Fix #1682 - ASTArray should flatten product of evaluation of its children | Brice Figureau | 2008-10-29 | 1 | -2/+1 | |
| | | | | | | | | | | 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 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Fixed #1692 - k5login fails to set mode when file is created | James Turnbull | 2008-10-28 | 1 | -1/+1 | |
| | | ||||||
* | | Fixing #1660 - Adding specifically supported values for tidy recursion. | Luke Kanies | 2008-10-28 | 1 | -0/+17 | |
| | | | | | | | | | | | | 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 | 1 | -16/+1 | |
| | | ||||||
* | | Fixed #1661 - Type reference: tidy should specify manditory parameters | James Turnbull | 2008-10-28 | 1 | -1/+4 | |
| | | ||||||
* | | Merge branch 'l' into 0.24.x | James Turnbull | 2008-10-28 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | | | | Conflicts: conf/redhat/puppet.spec | |||||
| * | | Updated to version 0.24.6 | Luke Kanies | 2008-10-23 | 1 | -1/+1 | |
| |/ | ||||||
* / | Fixed #1104 - Classes and nodes should set $name variables | Brice Figureau | 2008-10-28 | 1 | -1/+6 | |
|/ | | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
* | 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 | 1 | -1/+5 | |
| | ||||||
* | Fix regression caused by switch to Puppet's execute() functions | Sean E. Millichamp | 2008-10-22 | 1 | -2/+11 | |
| | ||||||
* | Solaris RBAC Attributes | Andrew Shafer | 2008-10-22 | 4 | -45/+303 | |
| | | | | | | | | | | | 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 | |||||
* | Fix #936 - Allow trailing comma in array definition | Brice Figureau | 2008-10-21 | 2 | -388/+393 | |
| | | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
* | Fix #1115 - part2 - fix tests and add all_tags | Brice Figureau | 2008-10-21 | 1 | -1/+6 | |
| | | | | | | | | 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 | 1 | -7/+0 | |
| | ||||||
* | Fixed #1663 - Regression relating to facter fact naming from 0.24.5 | James Turnbull | 2008-10-21 | 1 | -1/+2 | |
| | ||||||
* | Fix #636 - Allow extraneous comma in function argument list | Brice Figureau | 2008-10-21 | 2 | -882/+898 | |
| | | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
* | Fixing tests I broke when trying to fix the Providers reference. | Luke Kanies | 2008-10-17 | 1 | -1/+10 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Use fully qualified paths when calling binaries, adjust chcon call to use ↵ | Sean E. Millichamp | 2008-10-17 | 1 | -8/+2 | |
| | | | | Puppet's execute() function. | |||||
* | Setting SELinux contexts with chcon should not dereference symbolic links | Sean E. Millichamp | 2008-10-17 | 1 | -2/+2 | |
| | ||||||
* | Fix #1115 - Allow checking tags/classes from ERb templates | Brice Figureau | 2008-10-14 | 1 | -0/+10 | |
| | | | | | | | | Add to predefined variables to the ERB template space. "classes" and "tags" which provide arrays of all the defined classes and tags for a node. Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
* | Fixing #1647 - puppetdoc's 'providers' report works again. | Luke Kanies | 2008-10-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Fix 1642 (always warning) and improve unit tests to cover when to warn and not | Paul Nasrat | 2008-10-11 | 1 | -1/+1 | |
| | ||||||
* | lazy load latest package definitions with yumhelper 2.2 | duritong | 2008-10-10 | 1 | -17/+24 | |
| | | | | | | | | | | | | | | | | | | merge commit to 0.24x, original commit: I could observe that yumhelper.py can run quite some time and use quite a lot of memory (up to 100MB!) if you're using many repositories. As the yumhelper is only needed if you use latest as a ensure-keyword it makes no sense for people like me letting puppet fetch these details always, if you're never going to use latest. => lazy loading. After discussion on the list, this is the new version for lazy loading yum latest package versions. It is implemented mainly in the way that Luke proposed. However it stores the latest informations in the variable latest_info so the latest method didn't get too hackish and could nearly be left like it was before. | |||||
* | Revert "Added last part of #1633 patch - update to util/metrics.rb" | James Turnbull | 2008-10-10 | 1 | -5/+0 | |
| | | | | This reverts commit c5d1a4f6ffe72477ce02358a93d48df850aea15b. | |||||
* | Added last part of #1633 patch - update to util/metrics.rb | James Turnbull | 2008-10-10 | 1 | -0/+5 | |
| | ||||||
* | Adding an additional option for the fix in ff36832e, skipping missing cert dirs | Luke Kanies | 2008-10-08 | 1 | -0/+3 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Removing a gid test for users, since it is a bad test and has mostly been ↵ | Luke Kanies | 2008-10-08 | 1 | -2/+1 | |
| | | | | | | replaced in rspec Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Fixing a test that was failing because i-have-no-idea | Luke Kanies | 2008-10-08 | 1 | -1/+5 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Fixing the broken tests resulting from the fix for #1551. | Luke Kanies | 2008-10-08 | 1 | -1/+1 | |
| | | | | | | The test was expecting the current time, albeit as an integer. Signed-off-by: Luke Kanies <luke@madstop.com> |