Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

openstack-hyper-v-python/puppet-windows_openssl

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-windows_openssl

This module installs openssl on Windows machines, adding the binary to the PATH environemnt variable.

Basic usage

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',
}

Contributors

Copyright and License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 87.6%
  • Ruby 12.4%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.