summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-03-24 17:10:00 -0500
committerLuke Kanies <luke@madstop.com>2008-03-24 17:10:00 -0500
commit6a535195a908ce80ce41a403d642b3afa871534f (patch)
treee99f2844f76b38ca74808340bb53b3d169ebbaea /CHANGELOG
parent528bbf1caefdd6963353df9242b81409f4dacbe5 (diff)
downloadpuppet-6a535195a908ce80ce41a403d642b3afa871534f.tar.gz
puppet-6a535195a908ce80ce41a403d642b3afa871534f.tar.xz
puppet-6a535195a908ce80ce41a403d642b3afa871534f.zip
Fixing #571 -- provider suitability is now checked at resource
evaluation time, rather than resource instantiation time. This means that you don't catch your "errors" as early, but it also means you should be able to realistically configure a whole host in one run.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a2d87cff0..387ae04e7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+ Fixing #571 -- provider suitability is now checked at resource
+ evaluation time, rather than resource instantiation time. This
+ means that you don't catch your "errors" as early, but it also
+ means you should be able to realistically configure a whole host
+ in one run.
+
Moved the configuration of the Node cache to the puppetmasterd
executable, since it otherwise causes caches to be used in all
cases, which we don't want (e.g., bin/puppet was using them).