summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Adding patch from #235luke2006-09-152-39/+17
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-155-765/+554
* Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but...luke2006-09-151-4/+14
* Applying patch in #160.luke2006-09-151-2/+2
* Fixing #262. I somehow lost the line that only added a given user's jobs to ...luke2006-09-152-4/+5
* This commit adds two important features (but which probably were notluke2006-09-155-554/+765
* collecting output from blastlist, for later useluke2006-09-151-1/+1
* Fixing the "Adding aliases" message, so it is clear when an alias with spaces...luke2006-09-151-1/+3
* Fixing #267. The problem was that the user provider was retrieving the @is v...luke2006-09-155-13/+10
* Raising element creation errors up outside the "create" method, so that tests...luke2006-09-152-15/+14
* Fixing spelling of retrieve, to fix ##268luke2006-09-153-3/+3
* Fixing #269. I was aliasing every case where the title and name were differe...luke2006-09-151-3/+13
* Let puppetd listen (when given --listen) without a CRLlutter2006-09-142-1/+10
* Fixing the problem with fileserver expansions, and doing a bit of refactoring...luke2006-09-141-152/+139
* Fixing the interpreter to nodesearch across all listed names, just like is do...luke2006-09-132-12/+14
* Adding a :trace config option that prints stack traces of DevErrors, and usin...luke2006-09-131-1/+1
* Adding test code for providers that makes sure the default and confine mechan...luke2006-09-131-22/+34
* Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible t...lutter2006-09-133-8/+49
* Use Pupet.warning instead of nonexistant 'warning'lutter2006-09-131-1/+1
* Fixing #261. Applied patch, with small modifications.luke2006-09-132-10/+12
* Adding a module for helping with warnings, starting only with the "warnonce" ...luke2006-09-132-0/+16
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-0620-227/+128
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-065-5/+29
* Adding hasrestart parameter to servicesluke2006-09-052-19/+15
* Adding an "env" parameter to exec, for providing extra environment settings, ...luke2006-09-052-1/+39
* Adding a "withenv" execution util method, and using it in :exec for path hand...luke2006-09-053-36/+58
* 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-052-2/+7
* 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