Closed ubellavance closed 7 years ago
This module would install the latest version of Zend Server, but also upgrade if possible. I think that it should be ensure => installed instead, to avoid bad surprises.
ensure => installed
https://github.com/zend-patterns/ZendServerPuppet/blob/master/manifests/install.pp#L30
@mkherlakian Opinion?
@mkherlakian unless you state otherwise, I'll change latest to installed in #50 or the next PR.
latest
installed
Fixed in #55
This module would install the latest version of Zend Server, but also upgrade if possible. I think that it should be
ensure => installed
instead, to avoid bad surprises.https://github.com/zend-patterns/ZendServerPuppet/blob/master/manifests/install.pp#L30