Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed #1718 - Added preseed to apt uninstall and purge | James Turnbull | 2008-11-16 | 2 | -0/+8 | |
| | ||||||
* | Include spec directory in packages | Sean E. Millichamp | 2008-11-14 | 1 | -0/+1 | |
| | ||||||
* | Fixing the provider's confine subsystem so the logs are more useful. | Luke Kanies | 2008-11-13 | 7 | -28/+58 | |
| | | | | | | | | | I apparently lost some context in these logs when I switched to this separate subsystem. Note that this also fixes some of the informational issues in Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Removed extra 'end' from yum.rb | James Turnbull | 2008-11-14 | 1 | -1/+0 | |
| | ||||||
* | Fix bug #1746: Sync SELinux file attributes after file contents created/modified | Sean E. Millichamp | 2008-11-14 | 1 | -1/+1 | |
| | ||||||
* | Fix bug #1681: Add filesystem type check to test for per-file SELinux ↵ | Sean E. Millichamp | 2008-11-14 | 2 | -0/+105 | |
| | | | | context support | |||||
* | Quiet debug when no default SELinux context found for one of the components | Sean E. Millichamp | 2008-11-14 | 1 | -1/+3 | |
| | ||||||
* | Fixes relating to transition to native SELinux bindings | Sean E. Millichamp | 2008-11-14 | 2 | -2/+16 | |
| | ||||||
* | Refactoring of SELinux functions to use native Ruby SELinux interface | Sean E. Millichamp | 2008-11-14 | 2 | -99/+100 | |
| | ||||||
* | Merge branch 'tickets/0.24.x/1739' into 0.24.x | James Turnbull | 2008-11-13 | 2 | -0/+7 | |
|\ | ||||||
| * | Fixed #1739 - Added uninstall functionality to yum provider | James Turnbull | 2008-11-13 | 2 | -0/+7 | |
| | | ||||||
* | | Fix #1737 - part2 - Fix display of "options" | Brice Figureau | 2008-11-12 | 2 | -0/+28 | |
| | | ||||||
* | | Fix #1737 - ssh_authorized_keys should be able to parse options containing ↵ | Brice Figureau | 2008-11-11 | 3 | -1/+29 | |
| | | | | | | | | | | | | 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> | |||||
* | Fixing the augeas type tests to work when augeas is missing | Luke Kanies | 2008-11-05 | 1 | -88/+98 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | 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 | |||||
* | Fixing a test I broke when fixing a reporting bug | Luke Kanies | 2008-11-01 | 1 | -4/+0 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | 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 | |||||
| * | | 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 | |
| |\| | ||||||
| * | | Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x | Luke Kanies | 2008-10-21 | 13 | -889/+1058 | |
| |\ \ | ||||||
| * \ \ | 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 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x | Luke Kanies | 2008-08-20 | 40 | -163/+972 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Updating the authors list for the gem spec | Luke Kanies | 2008-07-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | | | | | | | Updated to version 0.24.5 | Luke Kanies | 2008-07-24 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Updated to version 0.24.5 | Luke Kanies | 2008-07-24 | 1 | -1/+1 | |
| | | | | | | | |