summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Modifying providers so that docs generate betterluke2006-08-2811-59/+72
* Adding pointer to templating docs into the file[content] documentationluke2006-08-281-6/+6
* Adding a little more validation to the schedule, and documenting the source s...luke2006-08-282-1/+26
* Tracking down some weird bugs that managed to creep into the parser. I expec...luke2006-08-286-254/+267
* Committing some changes to the %h expansion in fileserving. This change make...luke2006-08-282-100/+111
* Committing the other half of the fix for #231; oopsluke2006-08-281-0/+20
* Fixing #231.luke2006-08-281-9/+19
* Support for %h and %H replacement in the path of fileserver modules.lutter2006-08-261-5/+45
* Demoting the xmlrpc access logs to debug from infoluke2006-08-251-4/+4
* Changing permissions on the cert file and the ca cert file, since it is no pr...luke2006-08-251-2/+2
* Try this; seems to work for machines with both ActiveSupport installed and no...lutter2006-08-251-7/+0
* Adding up2date support, as submitted by Kostas Georgiou (with some modificati...luke2006-08-232-3/+60
* Certificate revocation through puppetca. Keep a simple text inventory of all ...lutter2006-08-233-0/+51
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-2212-276/+419
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-227-1098/+796
* Function autoloading now works as requested in #214.luke2006-08-221-3/+19
* Adding warnings and error throwing for #218 -- metaparams in prototypes are t...luke2006-08-212-2/+30
* Fixing #225. Normal file copying worked with spaces, but recursive file copy...luke2006-08-211-1/+1
* Fixing #228. The real problem was that "present" should match any type of fi...luke2006-08-211-4/+25
* Support for certificate revocation and checking connections on the server aga...lutter2006-08-212-27/+97
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-209-133/+305
* Finishing changes to support titles instead of two types of names. This is b...luke2006-08-178-72/+101
* A first pass of changing one of the types of names to titles. I still have t...luke2006-08-165-112/+167
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-1463-2232/+3307
* Committing changes that require dollar signs in prototypesluke2006-08-144-195/+280
* Fixing the master server so that it always uses the Facter hostname, not the ...luke2006-07-312-5/+5
* adding DSL class. Sorry, not much in the way of docs.luke2006-07-271-0/+152
* Another batch of bug fixes, this time focused on OS X patches. Looks like I ...luke2006-07-227-10/+13
* First round of bugfixes in preparation for 0.18.4luke2006-07-214-37/+22
* Fixing #77. As I feared, this was a pretty complicated fix; I had to add a l...luke2006-07-212-26/+71
* Adding timeout functionality to the ParsedFile class, in preparation to addin...luke2006-07-212-17/+38
* Apparently objects were legal rvalues, which does not make any sense. Fixed ...luke2006-07-212-302/+292
* Fixing #185. Added a check for cdrom sources, and added an override parameter.luke2006-07-212-0/+32
* Fixing #176. You can now do duplicate UIDs (or GIDs on most platforms) with ...luke2006-07-214-13/+55
* Fixing #202. Just bumped the log level to notice and changed the wording sli...luke2006-07-211-1/+2
* Applied patch in #203luke2006-07-211-1/+1
* Fixing #201; users now autorequire extra groupsluke2006-07-211-1/+4
* moving plugin evaluation into a begin/rescue blockluke2006-07-211-1/+1
* removing message about the statefile not existingluke2006-07-201-1/+0
* Fixing #191. I was only testing for parsed cron instances, not for created o...luke2006-07-182-22/+35