summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-11-20 13:59:28 -0600
committerLuke Kanies <luke@madstop.com>2007-11-20 13:59:28 -0600
commit3d31dc8e2a91f599fc31e1f89c66cf1cca94e137 (patch)
tree25e20a9c15208af495fca69850fe25ecc40d8ee8 /CHANGELOG
parent8ecdfc2a65e014393273fbf5bfccd780c4b2f531 (diff)
downloadpuppet-3d31dc8e2a91f599fc31e1f89c66cf1cca94e137.tar.gz
puppet-3d31dc8e2a91f599fc31e1f89c66cf1cca94e137.tar.xz
puppet-3d31dc8e2a91f599fc31e1f89c66cf1cca94e137.zip
Fixing #762. The main problem was that I accepted the patch
in #744 which broke the templates. In the process, I also added test code for the redhat interface provider and rewrote how parsing worked to make it more testable.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 040f9a176..d49aa8fc0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+ Fixing some of the problems with interface management on Red Hat.
+ Puppet now uses the :netmask property and does not try to set
+ the bootproto (#762).
+
You now must specify an environment and you are required to specify
the valid environments for your site. (#911)