summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Applying patch by Jay to fix #989 -- missing crl files areLuke Kanies2008-02-076-8/+12
| | | | | | | | | | | | | | | correctly ignored, and you now use 'false' instead of 'none' to explicitly ignore them.
| * | Fixing the Settings class so that it correctly handlesLuke Kanies2008-02-072-7/+15
| | | | | | | | | | | | file values that are false.
| * | Merge commit 'plathrop/fix-1007' into 0.24.xLuke Kanies2008-02-072-7/+56
| |\ \
| | * | Added :env parameter for backwards-compatibility, with warning about ↵Paul Lathrop2008-02-052-0/+49
| | | | | | | | | | | | | | | | deprecation. :env parameter sets new :environment parameter. Changed instances of :env to :environment for consistency with other types. Added tests for new parameters. This cimmit fixes ticket 1007.
| | * | Fujin's patch for ticket #1007 - consistent use of 'environment' instead of ↵Paul Lathrop2008-02-051-8/+8
| | | | | | | | | | | | | | | | 'env'
| * | | Fix ticket 974. My original "fix" wasn't. This actually fixes the problem by ↵Paul Lathrop2008-02-052-2/+8
| | | | | | | | | | | | | | | | using a regular expression that matches only up to the first square bracket.
| * | | fix bug 974 - filenames with opening bracket characters generate exceptionsPaul Lathrop2008-02-051-1/+1
| |/ /
* / / Fixed #1052 - fixed gentoo service managementJames Turnbull2008-02-071-0/+4
|/ /
* | Merge branch '0.24.x' of git://wormwood.lovedthanlost.net/puppet into 0.24.xLuke Kanies2008-02-051-1/+8
|\ \
| * | Added hostname test for hosts typeJames Turnbull2008-02-061-1/+8
| | |
* | | Merge commit 'bartv/pending/fix-933' into 0.24.xLuke Kanies2008-02-051-0/+2
|\ \ \
| * | | Store a resource before adding relations to it otherwise activerecord willBart Vanbrabant2008-02-031-0/+2
| | |/ | |/| | | | | | | complain. This fixes #933
* | | Updating the docs for the cron typeLuke Kanies2008-02-051-7/+18
| | |
* | | Merge commit 'turnbull/0.24.x' into 0.24.xLuke Kanies2008-02-048-15/+32
|\ \ \ | | |/ | |/|
| * | Updated fix for ticket #151 and added a testJames Turnbull2008-02-052-3/+10
| | |
| * | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-02-035-566/+857
| |\ \
| * | | Fixed tickt #1034 - doco typoJames Turnbull2008-01-311-2/+2
| | | |
| * | | Fixed #1001James Turnbull2008-01-281-1/+1
| | | |
| * | | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-01-282-4/+4
| |\ \ \
| * | | | Fixed #1028 - examples incorrect for 0.24.xJames Turnbull2008-01-282-7/+6
| | | | |
| * | | | Removed womble-specific Debian build sectionJames Turnbull2008-01-281-4/+0
| | | | |
| * | | | Fixed #1006 - changed ldapnodes to node_terminusJames Turnbull2008-01-281-1/+1
| | | | |
| * | | | Second attempt to fix ticket #151 - host type now validates IP addresses and ↵James Turnbull2008-01-251-0/+15
| | | | | | | | | | | | | | | | | | | | hostnames/FQDNs
| * | | | Revert "Fixes ticket #151 - host type now validates IP addresses and ↵James Turnbull2008-01-251-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hostnames/FQDNs - the regex for the latter is quite complex but I have found it bullet-proof in the past" This reverts commit 1ccc9c3b47e7e96f70fa48b2a21c5e10dc103d6e.
| * | | | Fixes ticket #151 - host type now validates IP addresses and hostnames/FQDNs ↵James Turnbull2008-01-221-0/+13
| | | | | | | | | | | | | | | | | | | | - the regex for the latter is quite complex but I have found it bullet-proof in the past
| * | | | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-01-210-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-01-217-99/+54
| |\ \ \ \
* | | | | | Fixing #1017 -- environment-specific modulepath is noLuke Kanies2008-02-044-3/+17
| |_|_|_|/ |/| | | | | | | | | | | | | | longer ignored. (Cherry-picked from master.)
* | | | | Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-305-553/+860
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | classes for managing how the tokens work. I also moved they tests to RSpec, but I didn't rewrite all of them.
* | | | | Removing tons of unnecessary calls to "nil?" from the lexer.Luke Kanies2008-01-281-22/+6
| |_|_|/ |/| | |
* | | | Fixing a couple of tests, one related to recent tagging changesLuke Kanies2008-01-282-4/+4
| |_|/ |/| | | | | | | | | | | and one that somehow slipped through when I removed the GRATR code.
* | | Merge commit 'turnbull/0.24.x' into 0.24.xLuke Kanies2008-01-201-1/+1
|\| | | |/ |/|
| * Fixed #1019 - made libshadow available for non-Linux usersJames Turnbull2008-01-211-1/+1
| |
| * Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-01-2015-36/+232
| |\
| * \ Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-01-192-5/+35
| |\ \
* | | | I think I've finally fixed #959, by having the SettingsLuke Kanies2008-01-202-12/+23
| | | | | | | | | | | | | | | | class skip any resources that are already in memory.
* | | | Fixing #794 -- consolidating the gentoo configuration files.Luke Kanies2008-01-195-87/+31
| |_|/ |/| |
* | | Removing the line that marked fink as the default packageLuke Kanies2008-01-191-2/+0
| | | | | | | | | | | | manager on darwin.
* | | Fixing #976 -- both the full name of qualified classes andLuke Kanies2008-01-196-26/+189
| | | | | | | | | | | | | | | | | | the class parts are now added as tags. I've also created a Tagging module that we should push throughout the rest of the system that uses tags.
* | | Fixing #1008 -- Puppet no longer throws an exceptionLuke Kanies2008-01-192-2/+7
| | | | | | | | | | | | | | | when you've pointed a file at a source that doesn't exist and you specify 'ensure'.
* | | Fixing #995 -- puppetd no longer dies at startup if theLuke Kanies2008-01-192-1/+15
| | | | | | | | | | | | server is not running.
* | | Wrapping the Resolv call in the mongrel server so if itLuke Kanies2008-01-191-1/+6
| | | | | | | | | | | | fails it doesn't kill the server.
* | | Merge commit 'turnbull/0.24.x' into 0.24.xLuke Kanies2008-01-191-0/+5
|\| |
| * | Fixed ticket #1005 - added additional logcheck linesJames Turnbull2008-01-141-0/+5
| | |
* | | Applying a fix for #998 -- I used a patch equivalent toLuke Kanies2008-01-191-0/+3
| | | | | | | | | | | | | | | bartv's, although I could not use his commit because it was against the 'master' branch instead of 0.24.x.
* | | Fixing #977 -- rundir is again set to 1777.Luke Kanies2008-01-192-1/+7
| | |
* | | Updating docs for ssh.Luke Kanies2008-01-182-3/+5
| |/ |/|
* | Adding a parse test to puppet-test.Luke Kanies2008-01-181-5/+28
| |
* | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xPaul Lathrop2008-01-153-13/+25
|\|
| * Fixes ticket #1004 - documentation fixes for ralsh and puppetrunJames Turnbull2008-01-132-12/+13
| |