summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Catching all errors encountered during loading, not just LoadError, to fix on...luke2006-09-146-7/+7
* Let puppetd listen (when given --listen) without a CRLlutter2006-09-143-1/+17
* Brute force fix for trac #266lutter2006-09-141-1/+5
* Fix test_host_specific to not depend on the path of the test directory and re...lutter2006-09-141-8/+14
* Expanding the Fedora/RHEL instructions somelutter2006-09-141-3/+6
* adding note about david's yum repoluke2006-09-141-1/+3
* Fixing the problem with fileserver expansions, and doing a bit of refactoring...luke2006-09-142-156/+194
* Fixing the interpreter to nodesearch across all listed names, just like is do...luke2006-09-133-12/+46
* fixing typoluke2006-09-131-1/+1
* adding gentoo notesluke2006-09-131-0/+9
* Adding a :trace config option that prints stack traces of DevErrors, and usin...luke2006-09-132-1/+2
* Adding test code for providers that makes sure the default and confine mechan...luke2006-09-132-22/+159
* Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible t...lutter2006-09-134-8/+92
* Use Pupet.warning instead of nonexistant 'warning'lutter2006-09-131-1/+1
* Fixing #261. Applied patch, with small modifications.luke2006-09-133-10/+33
* Adding a module for helping with warnings, starting only with the "warnonce" ...luke2006-09-132-0/+16
* Sync with FE repolutter2006-09-121-0/+3
* Disable the sample fileserver module by default, otherwise users get spurious...lutter2006-09-121-2/+2
* Updated to version 0.19.0luke2006-09-061-1/+1
* Updated to version 0.19.0luke2006-09-061-2/+2
* Updated to version 0.19.0luke2006-09-061-1/+1
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-0621-228/+129
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-0610-12/+64
* Adding hasrestart parameter to servicesluke2006-09-054-20/+24
* Adding an "env" parameter to exec, for providing extra environment settings, ...luke2006-09-054-3/+81
* Adding a "withenv" execution util method, and using it in :exec for path hand...luke2006-09-054-36/+95
* Fixing #230. If the first line in the cron tab, before the header, starts wi...luke2006-09-051-2/+11
* Fixing small bug in cron where removed fields are not deleted from the fileluke2006-09-053-10/+23
* Adding further gentoo support -- finalized portage support, plus conf and ini...luke2006-09-054-27/+66
* Adding the Daemon module back into the Client class, which fixes #247.luke2006-09-053-0/+25
* Adding an "ignoretags" attribute to transaction, and setting it for downloadi...luke2006-09-055-12/+17
* Adding the ability to download facts from the central server. This allows fa...luke2006-09-052-35/+184
* A small fix to the install/update aspects of packaging.luke2006-09-053-30/+15
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-0511-57/+66
* updating documentation for how to specify versionsluke2006-09-051-5/+5
* Applying a patch from Jose Gonzalez Gomez; apparently this makes package upda...luke2006-09-051-1/+1
* Adding portage support again, since it was added in the branch i revertedluke2006-09-051-0/+124
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-0553-3325/+1800
* Committing a small amount of work in cron. I have decided that this is too l...luke2006-09-054-9/+913
* Committing functional mount support. All that's left in this chunk of work i...luke2006-09-0512-528/+628
* Adding first version of the portage provider, as contributed by Jose Gonzalez...luke2006-09-041-0/+124
* Ports now work with a providerluke2006-09-048-81/+285
* Intermediate commit; ports are not working yetluke2006-09-036-342/+170
* Fixing SSHKey support.luke2006-09-038-276/+152
* Beginning the process of moving parsedtypes to a provider. Each parsedluke2006-09-0314-390/+836
* This is the initial commit of the changes to sync and retrieve. Theluke2006-09-0325-325/+368
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-037-13/+13
* Adding Gentoo support from #224.luke2006-09-036-0/+173
* Adding eat-last-line support in ERBluke2006-09-031-1/+1
* Adding pre- and post-hooks, as requested in #233.luke2006-09-032-0/+34