| Michael Luck looking at this more closely, the error message was added in PUP-9176. So we now detect that installing the windows firewall module is not possible because it depends on a version of registry (1.1.1 <= x < 4.0.0), but version 4.0 of the registry module is already installed. I think that is pretty clear in the error message:
The requested version cannot satisfy one or more of the following installed modules: |
puppetlabs-registry, installed: 4.0.0, expected: >= 1.1.1 < 4.0.0
|
What were you hoping puppet said or did differently? |