Open hertell opened 7 years ago
Commit 66409a7334986640ce6cc487a9e8b65fab87a2bd breaks the support for puppet 3.x since puppet 3.x does not seem to support ${::os['release']['major']}.
Error 400 on SERVER: ::os is not a hash or array when accessing it with release at
Also
http://apt.sw.be/redhat
in init.pp should be replaced by
http://mirror1.hs-esslingen.de/repoforge/redhat
because apt.sw.be has died some time ago
Hi, yes this is likely to be the case. This is effectively abandoned now, I should add a notice to the readme.
Commit 66409a7334986640ce6cc487a9e8b65fab87a2bd breaks the support for puppet 3.x since puppet 3.x does not seem to support ${::os['release']['major']}.
Also
in init.pp should be replaced by
because apt.sw.be has died some time ago