Jeff Levesque
Results
102
comments of
Jeff Levesque
I adjusted `install_php.pp`, to not install a specific php version (5.6.19), and install the default version: ``` puppet ## variables: non-ssl $port = '80' ## variables: ssl $ssl_dir = '/etc/ssl/httpd'...
@alvagante, should this repository have corresponding logic that attempts to download the corresponding packages, before installing them? Or, is that responsibility something that I must remediate?