Skip to content

Puppet type and provider for managing HTTP Basic and Digest Authentication

Notifications You must be signed in to change notification settings

TuningYourCode/jamtur01-httpauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet HTTP Authentication type

This provides a HTTP Authentication type for Puppet that support Basic and Digest authentication.

Copyright - James Turnbull [email protected]

License: Apache 2.0

Thanks to John Ferlito and JKur (https://github.com/jkur) for patches.

Requirements

  • webrick

Usage

httpauth { 'name':
  username => 'username',
  file     => '/path/to/password/file',
  password => 'password',
  realm => 'realm',
  mechanism => basic,
  ensure => present,
}

About

Puppet type and provider for managing HTTP Basic and Digest Authentication

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%