summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixing bug in scope/interpreter where nodes found in ldap must have parent no...luke2006-07-182-1/+5
* Adding a unit test for plain "nodesearch"luke2006-07-181-0/+10
* Fixing filebucket server so that paths are not added multiple timesluke2006-07-111-1/+1
* Adding tests for previous config bugfixes, and updating changelogluke2006-07-111-14/+25
* Fixing reports so that multiple host report directories can be created. Ther...luke2006-07-111-12/+12
* Fixing templating so it immediately fails when a variable is not found, as op...luke2006-07-111-4/+19
* Fixing weird case involving interpolating config params in a URLluke2006-07-111-1/+2
* Fixing weird cases where configs might think non-files could be filesluke2006-07-111-2/+2
* adding sysidcfg param to zonesluke2006-07-111-0/+53
* Fixing templating bug that can result in what looks like an infinite loop, an...luke2006-07-112-2/+9