This module installs openssl on Windows machines, adding the binary to the PATH environemnt variable.
The basic scenario allows the user to install openssl fetching the installer from the main site:
class { 'windows_openssl': }
It is also possible to specify an alternative remote URL:
class { 'windows_openssl':
$url => 'http://192.168.1.1/files/openssl_installer.exe',
}
Finally, it is also possible to specify a local path where the installer is available:
class { 'windows_openssl':
$file_path => 'F:/Shared/Software/openssl.exe',
}
- Peter Pouliot peter@pouliot.net
- Luis Fernandez Alvarez luis.fernandez.alvarez@cern.ch
- Octavian Ciuhandu ociuhandu@cloudbasesolutions.com
- Vijay Tripathi vijayt@microsoft.com
- Tim Rogers
Copyright (C) 2013 Peter J. Pouliot
Peter Pouliot can be contacted at: peter@pouliot.net
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.