diff options
author | Luke Kanies <luke@madstop.com> | 2007-11-20 13:59:28 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-11-20 13:59:28 -0600 |
commit | 3d31dc8e2a91f599fc31e1f89c66cf1cca94e137 (patch) | |
tree | 25e20a9c15208af495fca69850fe25ecc40d8ee8 /CHANGELOG | |
parent | 8ecdfc2a65e014393273fbf5bfccd780c4b2f531 (diff) | |
download | puppet-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-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |