summaryrefslogtreecommitdiffstats
path: root/ext/puppetstoredconfigclean.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #3582 - Adds dbport configuration option for specifying database portJames Turnbull2010-02-171-0/+1
|
* Fixed #2568 - Add database option 'dbconnections'Richard Soderberg2009-11-201-0/+2
| | | | This sets the ActiveRecords connection pool size, when connecting to remote databases (mysql, postgres). default is 0; the 'pool' argument is only passed to ActiveRecords when the value is 1 or greater.
* Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor2009-06-061-11/+11
|
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-18/+18
|
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ↵James Turnbull2009-02-261-2/+2
| | | | semicolons
* Fixed #1394 - Added stored configuration clearing script to /extmh2008-08-171-0/+87