-
I've tried to install your module from the forge, but I've ran into the error, reported in rodjek/librarian-puppet#71 due to the fact, that there wasn't a release since 2012.
Sadly, this module looks…
-
many modules are now depending on upstream httpd configuration modules instead of reinventing the wheel. this makes it easier to use multiple modules together and avoid duplicate package declarations.…
-
Hi,
after the plugin downloads the go compiler, it tries to get the version, but it fails due to an unexisting folder.
```
12:33:40.168 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteA…
-
Hello,
I have this error:
```
gradle build
FAILURE: Build failed with an exception.
* Where:
Build file '/tmp/gradle_go/build.gradle' line: 10
* What went wrong:
A problem occurred eva…
-
manifests/server.pp:199 and 203
$::operatingsystemmajrelease is a string and may not be compared to an integer.
templates/systemd/sentinel.service.erb:2
"sentinel_name" needs to be "@sentinel_n…
-
My `gradle.build`:
```
plugins {
id 'org.echocat.golang' version '0.1.11'
}
group 'my.group'
golang {
platforms = System.getProperty("platforms", "linux-amd64,windows-amd64,darwin…
-
`Puppet 4.3.2, Puppetdb 3.2.3, Puppetserver 2.2.1`
I am testing out the `develop` branch and came across an error:
`
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invali…
-
Hi,
we're getting the following error:
```
2016-03-25 12:44:44,517 WARN [scheduler_Worker-9] [echocat.adam.synchronization.LdapDirectorySynchronizer] synchronizeSafe An error occurred while persisti…
-
The following project builds fine in native Go but fails right away when building with Gradle.
To reproduce ...
```
$ mkdir -p $GOPATH/src/github.com/tendermint
$ git clone https://github.com/te…
-
First - thanks for a really nice plugin!
I recently upgraded Gradle from 3.1 to 3.2.1 (OS X Sierra, JDK 8u66).
Problem with plugin version 0.1.11 and 0.1.12.
Everything works fine with Gradle…