summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-145-181/+148
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-1410-347/+859
* Applying patch by Adam Jacob to make external node tools able to handle comma...Luke Kanies2007-08-131-2/+7
* Actually honour :namevar => true on newparam calls(no author)2007-08-121-0/+2
* Removing extraneous debugging from crontabluke2007-08-103-14/+38
* trac #763: Make redhat provider default for CentOS (patch by jtimberman)lutter2007-08-091-1/+1
* Constants in provider/interface/redhat.rb are getting redifined as they are d...christian2007-08-091-13/+13
* Changes to lib/ corresponding to test refactoring from r2759, was unaware tha...christian2007-08-092-45/+27
* Fix the ral:providers:host:parsed tests so they run successfully(no author)2007-08-092-1/+2
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-075-7/+5
* Adding test support for the other mongrel configuration headerluke2007-08-062-1/+5
* Copying the "commands" and "confine" statements to the actual dscl providers,...luke2007-08-062-6/+8
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-064-38/+56
* Removing the code from #745 until it can pass some basic testsluke2007-08-052-69/+0
* Adding syslog support by devdas (#745).luke2007-08-052-0/+69
* Fixing #751 -- the interface providers now have basic tests, at least to veri...luke2007-08-053-105/+132
* Fixing #731 - we are now correctly only collecting exported resourcesluke2007-08-051-1/+1
* Fixing #730 -- mounts now call flush() before trying to mountluke2007-08-051-0/+3
* Adding a file that should have been in a commit from yesterdaluke2007-08-041-0/+447
* Fixing #735 -- gen_config now uses a single heading, matching the name of the...luke2007-08-042-5/+11
* Fixing #314 and #729; here's the changelog:luke2007-08-037-671/+60
* Apply fix for typo provided by Toshio Kuratomi (bz250870)lutter2007-08-031-1/+1
* Removed stray debugger method.mccune2007-08-031-4/+1
* DirectoryService provider for users and groups. Alternative to netinfo, as a...mccune2007-08-033-0/+481
* Fixing #734. The problem was that when I switched how the configs were parse...luke2007-08-031-1/+5
* Renaming the linux interface provider to redhatluke2007-08-031-46/+3
* Applying patch by stick to the linux interface providerluke2007-08-031-2/+2
* Undo previous commit, which was an errorlutter2007-08-031-24/+5
* Do not set any options if they aren't set in /etc/sysconfig/puppetmaster - ot...lutter2007-08-031-5/+24
* Adding interface implementations, as written by Paul Roseluke2007-07-313-0/+440
* Adding the requirement that the cert dn have /CN= in it, thus hopefully catch...luke2007-07-301-1/+1
* Applying a modification of the patch from Marcin Owsiany, allowing Mongrel to...luke2007-07-301-1/+1
* Fixing #726 -- mounts can now correctly handle mounted but absent filesystems.luke2007-07-201-2/+14
* Adding some code in an attempt to fix #728, but it is all commented out since...luke2007-07-201-1/+22
* Attempting to clean up the mount documentation as in #727.luke2007-07-201-8/+7
* Caching whether a given file or module has been loaded, because the loading w...luke2007-07-201-7/+12
* Fixing the mail aliases generated by the mailman list provider; it was genera...luke2007-07-201-2/+3
* Fixing #725. I was apparently not deleting the alias I was creating to the c...luke2007-07-191-5/+14
* Hopefully fixing #720 -- I added tests and a lame back-off system to give the...luke2007-07-191-3/+24
* Adding the ability to specify relationships to classes, using Class[name] res...luke2007-07-192-3/+15
* The first round of bug-fixes in preparation for beakerluke2007-07-193-3/+9
* Removing the chdir from util.rb, I forgot that the directory often mattersluke2007-07-191-1/+0
* Hopefully fixing #640, and maybe some warnings at the same time. I added a c...luke2007-07-191-0/+2
* Fix #696. (patch by Jason Kohles)lutter2007-07-191-1/+1
* Fixing #716 -- the package type was considering anything that was not "absent...luke2007-07-191-23/+4
* Applying patch by DavidS to fix #711.luke2007-07-182-2/+8
* Fixing #702, hopefully. As suggested, I switched to "mount" instead of "df" ...luke2007-07-182-11/+5
* Fixing #695 -- resource references will correctly serialize and unserialize i...luke2007-07-183-10/+39
* Fixing #703, mostly. You still cannot do multi-condition queries, but you ca...luke2007-07-183-12/+19
* Trying to get rid of the warning from #724luke2007-07-181-0/+3