summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing #239 -- missing checks now throw an ArgumentError. This will break if...luke2006-09-032-0/+17
* Adding support for file purging, as requested in #250. Any unmanaged files i...luke2006-09-032-1/+55
* Adding a "force" parameter in files to fix #242. Currently only used when re...luke2006-09-033-3/+18
* Specifying true/false allowed values for file[:replace].luke2006-09-032-2/+10
* Adding logcheck script from #244.luke2006-09-031-0/+15
* Applying patch from #251, and switching "confine" to "commands", so we can do...luke2006-09-031-7/+13
* Adding SuSE files from #252.luke2006-09-033-0/+514
* Applying the patch from #253 plus tests.luke2006-09-033-1/+55
* Updating templating docs with more about usage, and adding installation notes...luke2006-09-032-10/+23
* Adding note about configprint, indicating what versions include itluke2006-09-031-1/+2
* Adding zone patchesluke2006-09-031-2/+17
* Fixing #257, where host aliases were not being retained. The problem was tha...luke2006-09-023-22/+48
* batch of small bug fixesluke2006-09-024-3/+7
* Making sure that the svn bin directory is at the beginning of PATH, rather th...luke2006-09-022-2/+4
* Removing type/provider references on type removalluke2006-09-022-0/+12
* adding notes about the libruby deb packageluke2006-09-011-2/+13
* disabling reporting until i can find a way to make reporting only work with p...luke2006-08-311-1/+1
* Fixing the state so it tries to call provider methods and only checks for err...luke2006-08-311-4/+4
* Setting both "report" to true by default; I am going to enable pluginsync by ...luke2006-08-301-1/+1
* Fixing array printing in to_manifestluke2006-08-301-1/+5
* Fixing service refreshing -- there was a problem persisting from the provider...luke2006-08-302-7/+6