| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing the instances method. It now works when there are already managed res... | luke | 2007-07-12 | 1 | -6/+19 |
* | Fixing the :check metaparam so it does not try to check unsupported parameters | luke | 2007-07-12 | 2 | -2/+11 |
* | Applying docs patch by David Schmitt from #713 | luke | 2007-07-12 | 1 | -1/+6 |
* | Applying a version of the diff to the defined() docs from David Schmitt | luke | 2007-07-12 | 1 | -1/+2 |
* | Fixing the first half of #705 -- matching no longer fails. I think this also... | luke | 2007-07-12 | 4 | -67/+52 |
* | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 4 | -4/+15 |
* | Fixing transactions so that they do not flush resources that are in noop | luke | 2007-07-11 | 6 | -15/+17 |
* | Adding a maillist type, with support for mailman. It is not as flexible as I... | luke | 2007-07-11 | 2 | -0/+169 |
* | Adding support for a "mailalias" type, with /etc/aliases support initially. ... | luke | 2007-07-10 | 3 | -13/+88 |
* | Adding line/file info to parsing errors in ParsedFile | luke | 2007-07-10 | 2 | -2/+13 |
* | Adding support in Property for declarating whether a given property type will... | luke | 2007-07-10 | 1 | -6/+37 |
* | Always setting a to_s value in authstore, so we do not get dumped objects | luke | 2007-07-10 | 1 | -0/+4 |
* | Cleaning up a log message in the transaction | luke | 2007-07-10 | 1 | -1/+1 |
* | Adding benchmark info to fact retrieval in the config client | luke | 2007-07-10 | 1 | -1/+4 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 6 | -583/+671 |
* | Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto... | luke | 2007-07-10 | 2 | -7/+11 |
* | Changing some of the internals of autoloading so that there is a class-level ... | luke | 2007-07-10 | 1 | -15/+44 |
* | Fixing #710 -- you can now specify the rails_loglevel | luke | 2007-07-09 | 2 | -2/+12 |
* | Fixing a typo in a log message | luke | 2007-07-09 | 1 | -1/+1 |
* | Changing "element" to "resource" in the documentation, which just aligns with... | luke | 2007-07-09 | 11 | -34/+34 |
* | Changing the log message when a resource type cannot be found | luke | 2007-07-09 | 1 | -1/+1 |
* | Ignore the pkg directory if it exists, and fix up a couple of tests that were... | (no author) | 2007-07-09 | 2 | -0/+18 |
* | Fixing #687. | luke | 2007-07-09 | 1 | -1/+1 |
* | Applying patch by David Schmitt from #701. | luke | 2007-07-08 | 2 | -2/+14 |
* | The parser now throws an error when a resource reference is created for an un... | luke | 2007-07-08 | 1 | -0/+8 |
* | Making sure that #686 is fixed -- I specifically included the Daemon module i... | luke | 2007-07-08 | 1 | -0/+2 |
* | Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so... | luke | 2007-07-08 | 1 | -2/+6 |
* | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 3 | -332/+340 |
* | Fixing #596 -- classes in modules now autoload | luke | 2007-07-06 | 2 | -6/+60 |
* | Fixing the dpkg querying so that it works for packages that are in "config-fi... | luke | 2007-07-06 | 2 | -3/+7 |
* | Fixing logging of module mounts; it was using the module as the name, rather ... | luke | 2007-07-06 | 1 | -2/+2 |
* | Removing extraneous debugging | luke | 2007-07-06 | 1 | -3/+0 |
* | Fixing #689, although I have not added unit tests. The problem was that a ta... | luke | 2007-07-05 | 2 | -4/+5 |
* | Fixed #680 puppet should handle internet enabled image files correctly. | mccune | 2007-07-05 | 1 | -1/+1 |
* | Applying patch by daikinee from #690. I was not able to reproduce the proble... | luke | 2007-07-04 | 1 | -1/+1 |
* | Fixing #704 -- Puppet was not failing correctly when schedules were missing, ... | luke | 2007-07-04 | 2 | -25/+12 |
* | Removing the long-obsolete Element base class. The Parameter and Type classe... | luke | 2007-07-04 | 21 | -82/+67 |
* | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 2 | -10/+22 |
* | Adding a reference to the LDAPNodes wiki page in the ldapnodes config item | luke | 2007-06-26 | 1 | -1/+2 |
* | Updating reference docs | luke | 2007-06-20 | 3 | -17/+18 |
* | Updating trac location for laeg | luke | 2007-06-19 | 1 | -1/+1 |
* | Modified the fileserver to cache file information, so that | luke | 2007-06-19 | 3 | -29/+64 |
* | Removing extra debugging from the interpreter | luke | 2007-06-19 | 1 | -2/+0 |
* | More test fixes. I seem to be getting very close. | luke | 2007-06-19 | 2 | -2/+7 |
* | Added documentation for pkgdmg provider in the provider desc accessor as per ... | mccune | 2007-06-18 | 1 | -7/+79 |
* | Adding tracing to prefetch failures, and Fixing the environment support in th... | luke | 2007-06-18 | 3 | -10/+25 |
* | The other half of fixing the versionable stuff -- removing "latest" as a requ... | luke | 2007-06-18 | 1 | -2/+1 |
* | Applying patch in #572 by trombik | luke | 2007-06-18 | 1 | -0/+13 |
* | Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeab... | luke | 2007-06-18 | 8 | -0/+16 |
* | Adding fink package provider. | luke | 2007-06-18 | 1 | -0/+87 |