summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #1718 - Added preseed to apt uninstall and purgeJames Turnbull2008-11-162-0/+8
|
* Include spec directory in packagesSean E. Millichamp2008-11-141-0/+1
|
* Fixing the provider's confine subsystem so the logs are more useful.Luke Kanies2008-11-137-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.rbJames Turnbull2008-11-141-1/+0
|
* Fix bug #1746: Sync SELinux file attributes after file contents created/modifiedSean E. Millichamp2008-11-141-1/+1
|
* Fix bug #1681: Add filesystem type check to test for per-file SELinux ↵Sean E. Millichamp2008-11-142-0/+105
| | | | context support
* Quiet debug when no default SELinux context found for one of the componentsSean E. Millichamp2008-11-141-1/+3
|
* Fixes relating to transition to native SELinux bindingsSean E. Millichamp2008-11-142-2/+16
|
* Refactoring of SELinux functions to use native Ruby SELinux interfaceSean E. Millichamp2008-11-142-99/+100
|
* Merge branch 'tickets/0.24.x/1739' into 0.24.xJames Turnbull2008-11-132-0/+7
|\
| * Fixed #1739 - Added uninstall functionality to yum providerJames Turnbull2008-11-132-0/+7
| |
* | Fix #1737 - part2 - Fix display of "options"Brice Figureau2008-11-122-0/+28
| |
* | Fix #1737 - ssh_authorized_keys should be able to parse options containing ↵Brice Figureau2008-11-113-1/+29
| | | | | | | | | | | | commas Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* | Fix #1740 - Daemontools and Runit is not ReST compliantBrice Figureau2008-11-112-31/+48
|/
* Fixed #1730 - Edited file/ensure.rb docs for clarityJames Turnbull2008-11-051-5/+4
|
* Fixes #1672 - unsafe crontab handling in SolarisMartin Englund2008-11-051-3/+3
| | | | Signed-off-by: Martin Englund <martin@englund.nu>
* Fixing the augeas type tests to work when augeas is missingLuke Kanies2008-11-051-88/+98
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixes #1714 - yumhelper handling with yum 2.2.x is brokenJames Turnbull2008-11-011-0/+9
|
* Fixed #1721 - puppet.conf documentation incorrectly lists signals that ↵James Turnbull2008-11-011-1/+1
| | | | affect the daemons
* Fixing a test I broke when fixing a reporting bugLuke Kanies2008-11-011-4/+0
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Added unit tests for the augeas type and providerBryan Kearney2008-10-303-2/+344
|
* Fix #1402 - Allow multiline commentsBrice Figureau2008-10-294-1/+51
| | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-294-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 typeJames Turnbull2008-10-291-2/+2
|
* Merge branch 'augeas' into 0.24.xJames Turnbull2008-10-293-0/+341
|\
| * Merge branch 'augeas' of git@github.com:bkearney/puppet into augeasBryan Kearney2008-10-281-200/+0
| |\ | | | | | | | | | | | | | | | Conflicts: lib/puppet/type/augeas.rb
| | * Beginning provider split, need help on the voodooBryan Kearney2008-10-272-181/+211
| | |
| * | Split Augeas up into a provider and a type.Bryan Kearney2008-10-283-161/+410
| |/
| * Added augeas type and featureJames Turnbull2008-10-242-0/+292
| |
* | Fixed #1710 - Spurious output in test runJames Turnbull2008-10-292-6/+2
| |
* | Fixing #1669 - The dump parameter can now be changed on mounts.Luke Kanies2008-10-292-1/+30
| | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* | Fix #1682 - ASTArray should flatten product of evaluation of its childrenBrice Figureau2008-10-292-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 Kanies2008-10-292-2/+4
| | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* | Fixed #1692 - k5login fails to set mode when file is createdJames Turnbull2008-10-282-1/+3
| |
* | Fixing #1660 - Adding specifically supported values for tidy recursion.Luke Kanies2008-10-283-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 Kanies2008-10-283-62/+3
| |
* | Fixed #1661 - Type reference: tidy should specify manditory parametersJames Turnbull2008-10-282-1/+6
| |
* | Removing all mention of EPM, RPM, or Sun packages.Luke Kanies2008-10-281-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.xJames Turnbull2008-10-282-4/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: conf/redhat/puppet.spec
| * | Updated to version 0.24.6Luke Kanies2008-10-231-1/+1
| | |
| * | Updated to version 0.24.6Luke Kanies2008-10-231-1/+1
| | |
| * | Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.xLuke Kanies2008-10-2317-79/+717
| |\|
| * | Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.xLuke Kanies2008-10-2113-889/+1058
| |\ \
| * \ \ Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.xLuke Kanies2008-10-1813-43/+138
| |\ \ \
| * \ \ \ Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.xLuke Kanies2008-10-09133-1930/+5814
| |\ \ \ \
| * \ \ \ \ Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.xLuke Kanies2008-09-2793-3645/+4188
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.xLuke Kanies2008-08-2040-163/+972
| |\ \ \ \ \ \
| * | | | | | | Updating the authors list for the gem specLuke Kanies2008-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com>
| * | | | | | | Updated to version 0.24.5Luke Kanies2008-07-241-1/+1
| | | | | | | |
| * | | | | | | Updated to version 0.24.5Luke Kanies2008-07-241-1/+1
| | | | | | | |