Daniel Helgenberger
Daniel Helgenberger
This is based on #40 and fixes all issues with it to run on EL8; python 3.6. With python3.7 there may be changes needed to all `Popen()` - calls (`text=True`)....
- Uses the newer style output format for puppet-lint, witch is failing for more recent puppet versions otherwise - Removes STDERR pipe to `/dev/null` to make errors more transparent.
This change will check if our required binaries are available. If not, a more helpful error is thrown. AFAIK, this works only on Linux/MacOS - but I see no limitations...
Steps: 1. Open a puppet module, make sure cmd support is enabled 2. Create the file [`install_puppet.bat.erb`](https://raw.githubusercontent.com/puppetlabs/puppetlabs-puppet_agent/master/templates/install_puppet.bat.erb) 3. Mark it as RHTML if not done automatically 4. Open the new...
I am running the configuration with the following parameters: ``` yaml --- managedmac::screensharing::enable: true managedmac::screensharing::users: - admin managedmac::screensharing::groups: ``` ``` puppet module list | grep sfu-managedmac └── sfu-managedmac (v0.7.2) ```...
I am getting this error on run: `error decoding response body: invalid type: map, expected a sequence at line 1 column 0` ```shell # ./OfficeAuditLogCollector -V office_audit_log_collector 2.5.0 ``` ```shell...
Adds a better working procedure for upgrades. Mention DB migration using docker-compose.
The new repo optimisations in 0.10.12 do cause some issues with repositories not supporting it. 0.10.14-beta-20190321 introduced a blanket fix by disabling the feature: ``` choco feature disable -n usePackageRepositoryOptimizations...