diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-08-06 17:59:37 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-08-06 17:59:37 +0000 |
commit | 5e419cf750dc1ac9572616b7318d7501d9d366ed (patch) | |
tree | db2044b548adf4af668698fcd6fbada37a2f5cfe /CHANGELOG | |
parent | d121b1f06e40067c499a1a8ef9e805298c20c9a2 (diff) | |
download | puppet-5e419cf750dc1ac9572616b7318d7501d9d366ed.tar.gz puppet-5e419cf750dc1ac9572616b7318d7501d9d366ed.tar.xz puppet-5e419cf750dc1ac9572616b7318d7501d9d366ed.zip |
Fixing #749 -- environment settings no longer accumulate. Significantly adding to the cron tests at the same time, such that hopefully we will no longer have these recurring bugs. I now do every combinatorial of multi-line cron jobs, including doing them all in one file. There are, unfortunately, still edge cases, but maybe we will have some peace in cron space for a while, anyway.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2750 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ + Fixed the problem in cron jobs where environment settings + tended to multiple. (#749) + Collection of resources now correctly only collects exported resources again. This was broken in 0.23.0. (#731) |