-
- Downloads
Make helper class names compatible with modern Puppet.
The OS-specific helper classes for the xen::dom0 class were named xen::dom0__::<OS>, while still living in the dom0.pp manifest file. This is not compatible with newer versions of Puppet, as they will complain when finding classes whose names does not match the file they are in. Rename them to xen::dom0::<OS>, without the trailing double underscores in the "dom0" name component.
Please register or sign in to comment