summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1662 - Configuration Reference still references 'section'James Turnbull2008-10-211-7/+0
* Fixed #1663 - Regression relating to facter fact naming from 0.24.5James Turnbull2008-10-211-1/+2
* Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-212-882/+898
* Fixing tests I broke when trying to fix the Providers reference.Luke Kanies2008-10-171-1/+10
* Use fully qualified paths when calling binaries, adjust chcon call to use Pup...Sean E. Millichamp2008-10-171-8/+2
* Setting SELinux contexts with chcon should not dereference symbolic linksSean E. Millichamp2008-10-171-2/+2
* Fix #1115 - Allow checking tags/classes from ERb templatesBrice Figureau2008-10-141-0/+10
* Fixing #1647 - puppetdoc's 'providers' report works again.Luke Kanies2008-10-141-1/+1
* Fix 1642 (always warning) and improve unit tests to cover when to warn and notPaul Nasrat2008-10-111-1/+1
* lazy load latest package definitions with yumhelper 2.2duritong2008-10-101-17/+24
* Revert "Added last part of #1633 patch - update to util/metrics.rb"James Turnbull2008-10-101-5/+0
* Added last part of #1633 patch - update to util/metrics.rbJames Turnbull2008-10-101-0/+5
* Adding an additional option for the fix in ff36832e, skipping missing cert dirsLuke Kanies2008-10-081-0/+3
* Removing a gid test for users, since it is a bad test and has mostly been rep...Luke Kanies2008-10-081-2/+1
* Fixing a test that was failing because i-have-no-ideaLuke Kanies2008-10-081-1/+5
* Fixing the broken tests resulting from the fix for #1551.Luke Kanies2008-10-081-1/+1
* Add unit test coverage for Puppet::Util::SELinux and fix problems found by testsSean E. Millichamp2008-10-091-13/+30
* Fixed #1639 - uninitialized constant Puppet::Type::User::ProviderUseraddJames Turnbull2008-10-091-1/+1
* Fix #1636 - part2 - correct some client errors.Brice Figureau2008-10-091-3/+7
* Fix several small regressions in plugins mountBrice Figureau2008-10-091-5/+8
* Fixing #1640 - file groups now no longer get set on every runLuke Kanies2008-10-081-0/+15
* Fix scenario when SELinux support tools exist, but SELinux is disabledSean E. Millichamp2008-10-081-0/+6
* New and improved tests for file type SELinux contextsSean E. Millichamp2008-10-081-1/+1
* Fix regression when templatedir doesn't exist.Brice Figureau2008-10-081-8/+14
* Fix #1202 - Collection attribute matching doesn't parse arraysBrice Figureau2008-10-081-1/+6
* Adding an array indexer method to Puppet::Util::Metric as requested in #1633.Luke Kanies2008-10-081-0/+9
* Adding partial spec tests for Puppet::Util::Metric.Luke Kanies2008-10-081-9/+14
* Fixed #1473 - Rescue Timeout::Error in xmlrpc clientsAndrew Shafer2008-10-071-4/+4
* Fxied #1354 - yum provider problems with RHEL 3James Turnbull2008-10-072-12/+100
* Fix #1109 - allow empty if or else branchesBrice Figureau2008-10-074-563/+637
* Fixed documentation, typo and added CHANGELOG entryFrancois Deppierraz2008-10-071-3/+3
* Fix #1530: Correctly parse ssh type 1 keysFrancois Deppierraz2008-10-071-0/+6
* Fix #381 - Allow multiple resource overrides or referencesBrice Figureau2008-10-054-390/+383
* Fixing #1098 - Multiline strings now correctly increment the line countLuke Kanies2008-10-041-0/+3
* Doing some simple refactorings on Puppet::LogLuke Kanies2008-10-041-14/+7
* Fixing #1089 - Log messages are now tagged with the log level,Luke Kanies2008-10-041-0/+3
* Adding rspec tests for the Puppet::Util::Log class.Luke Kanies2008-10-041-16/+11
* Fixed #981 - Removed 'Adding aliases' info messageLuke Kanies2008-10-041-2/+0
* Fixing #947 - pluginsync no longer fails poorly when no plugins existLuke Kanies2008-10-031-2/+4
* Fixing the Node class to no longer validate environmentsLuke Kanies2008-10-031-7/+1
* Add SELinux context reset after file writes in Puppet::Util::FileTypeSean E. Millichamp2008-10-031-0/+7
* Add new support for :selrange SELinux file propertySean E. Millichamp2008-10-031-0/+7
* Add detected defaults for existing SELinux file propertiesSean E. Millichamp2008-10-031-0/+3
* Refactor SELinux commands to utility moduleSean E. Millichamp2008-10-032-32/+126
* Merged fsweetser's selinux patch against HEADBrett Lentz2008-10-036-0/+366
* Fixed #1613 - The client environment will be substituted when looking up sett...Luke Kanies2008-10-031-3/+5
* Fixing #1614 - Environments no longer have to be listed out.Luke Kanies2008-10-032-23/+2
* Fixed error message typoJames Turnbull2008-10-031-1/+1
* Migrating the apt and dpkg tests to rspec.Luke Kanies2008-10-022-70/+45
* Add role support to user type and an implementionAndrew Shafer2008-10-013-49/+206