summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Adding further gentoo support -- finalized portage support, plus conf and ini...luke2006-09-051-23/+19
* Adding the Daemon module back into the Client class, which fixes #247.luke2006-09-051-0/+2
* Adding an "ignoretags" attribute to transaction, and setting it for downloadi...luke2006-09-054-8/+17
* Adding the ability to download facts from the central server. This allows fa...luke2006-09-051-26/+111
* A small fix to the install/update aspects of packaging.luke2006-09-052-29/+14
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-0510-51/+53
* 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-0537-1778/+1372
* Committing a small amount of work in cron. I have decided that this is too l...luke2006-09-053-9/+169
* Committing functional mount support. All that's left in this chunk of work i...luke2006-09-057-302/+310
* Adding first version of the portage provider, as contributed by Jose Gonzalez...luke2006-09-041-0/+124
* Ports now work with a providerluke2006-09-046-34/+187
* Intermediate commit; ports are not working yetluke2006-09-032-261/+130
* Fixing SSHKey support.luke2006-09-035-224/+65
* Beginning the process of moving parsedtypes to a provider. Each parsedluke2006-09-039-321/+530
* This is the initial commit of the changes to sync and retrieve. Theluke2006-09-0321-308/+350
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-037-13/+13
* Adding eat-last-line support in ERBluke2006-09-031-1/+1
* Adding pre- and post-hooks, as requested in #233.luke2006-09-031-0/+8
* Fixing #239 -- missing checks now throw an ArgumentError. This will break if...luke2006-09-031-0/+5
* Adding support for file purging, as requested in #250. Any unmanaged files i...luke2006-09-031-1/+20
* Adding a "force" parameter in files to fix #242. Currently only used when re...luke2006-09-032-2/+9
* Specifying true/false allowed values for file[:replace].luke2006-09-032-2/+10
* Applying patch from #251, and switching "confine" to "commands", so we can do...luke2006-09-031-7/+13
* Applying the patch from #253 plus tests.luke2006-09-032-1/+15
* Adding zone patchesluke2006-09-031-2/+17
* Fixing #257, where host aliases were not being retained. The problem was tha...luke2006-09-022-22/+33
* batch of small bug fixesluke2006-09-022-2/+2
* Removing type/provider references on type removalluke2006-09-022-0/+12
* 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
* downgrading the template interpolation messageluke2006-08-301-1/+1
* Adding back in the code to change the euid. I removed this yesterday because...luke2006-08-291-0/+1
* Adding automatic stacktrace printing to deverror. I need to go through and r...luke2006-08-292-6/+16
* disabling chuser on os x, since it is broken with < ruby 1.8.5luke2006-08-291-4/+12
* fixing provider commands; I broke them when making them easier to documentluke2006-08-291-0/+2
* Skipping blank lines and comments in autosign.confluke2006-08-291-0/+2
* Fixing report lookup so it looks up by name, not methodluke2006-08-291-1/+1
* Changing autosign mode to 644luke2006-08-291-1/+1
* Fixing tagmail config processing so it fails when appropriateluke2006-08-291-3/+11
* Fixing reports error reportingluke2006-08-281-2/+0
* Fixing location of ca certluke2006-08-281-1/+1
* Fixing report autoloading; I was calling the wrong method, and they were neve...luke2006-08-281-27/+23
* Upgrading Triggering line from info to noticeluke2006-08-281-1/+1
* Adding a module specifically for making doc generation easier, and adding def...luke2006-08-285-13/+47