xebialabs-community / puppet-xldeploy

Puppet module for managing XL Deploy
5 stars 10 forks source link

bugfix: removed quotes from if!defined(unzip) #104

Closed sterburg closed 9 years ago

sterburg commented 9 years ago

Small bug. removed quotes so it actually evaluates the resource (pointer), not a plain string.

superseb commented 9 years ago

This is changed because of 2015.2 support, which needs quotes. If this is breaking we should rewrite this to ensure_packages

sterburg commented 9 years ago

This is breaking in puppet 3.4. The code runs, but does not detect already defined package resource. ensure_packages sounds like a good solution.