davidpinaz
09/15/2022, 5:04 PMbastelfreak
09/15/2022, 5:04 PMdavidpinaz
09/15/2022, 5:06 PMbastelfreak
09/15/2022, 5:09 PMdavidpinaz
09/15/2022, 5:10 PMdavidpinaz
09/15/2022, 5:10 PMbastelfreak
09/15/2022, 5:11 PMbastelfreak
09/15/2022, 5:11 PMbastelfreak
09/15/2022, 5:11 PMdavidpinaz
09/15/2022, 5:14 PM/etc/puppetlabs/puppet/ssl/ca/serial
ramindk
09/15/2022, 5:15 PMbastelfreak
09/15/2022, 5:18 PMbastelfreak
09/15/2022, 5:18 PMdavidpinaz
09/15/2022, 5:19 PMbastelfreak
09/15/2022, 5:23 PMbastelfreak
09/15/2022, 5:23 PMdavidpinaz
09/15/2022, 5:24 PMJohn Ratliff
09/15/2022, 5:31 PMStruct[{Optional[field] => String}]
and Struct[{field => Optional[String]}]
?natemccurdy
09/15/2022, 5:36 PMfield
to be missing. But the latter allow’s `field`’s value to be literally undef
John Ratliff
09/15/2022, 8:11 PM$ puppet module install --target-dir . puppet-grafana --version 11.0.0
Notice: Preparing to install into /etc/puppetlabs/code/environments/jdratlif/modules ...
Notice: Downloading from <https://forgeapi.puppet.com> ...
Error: Could not install module 'puppet-grafana' (v11.0.0)
The requested version cannot satisfy one or more of the following installed modules:
puppetlabs-stdlib, installed: 7.1.0, expected: >= 4.20.0 < 9.0.0
Use `puppet module install 'puppet-grafana' --ignore-dependencies` to install only this module
Is there a reason puppet module install thinks the version of stdlib it found doesn't satisfy that version range. It sure seems like it does. I had the same problem when installing the puppetlabs-apache module, but it worked fine when I used ignore-dependencies.John Ratliff
09/15/2022, 8:11 PM$ puppet module install --target-dir . puppet-grafana --version 11.0.0
Notice: Preparing to install into /etc/puppetlabs/code/environments/jdratlif/modules ...
Notice: Downloading from <https://forgeapi.puppet.com> ...
Error: Could not install module 'puppet-grafana' (v11.0.0)
The requested version cannot satisfy one or more of the following installed modules:
puppetlabs-stdlib, installed: 7.1.0, expected: >= 4.20.0 < 9.0.0
Use `puppet module install 'puppet-grafana' --ignore-dependencies` to install only this module
Is there a reason puppet module install thinks the version of stdlib it found doesn't satisfy that version range. It sure seems like it does. I had the same problem when installing the puppetlabs-apache module, but it worked fine when I used ignore-dependencies.bastelfreak
09/15/2022, 8:17 PMDavid Sandilands
09/15/2022, 8:20 PMDavid Sandilands
09/15/2022, 8:20 PMvchepkov
09/15/2022, 8:20 PMDavid Sandilands
09/15/2022, 8:21 PMbastelfreak
09/15/2022, 8:21 PMSlackbot
09/15/2022, 9:31 PMsameer
09/16/2022, 6:16 AMsameer
09/16/2022, 6:19 AM