Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 535 Bytes

README.markdown

File metadata and controls

26 lines (18 loc) · 535 Bytes

Puppet HTTP Authentication type

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

Copyright - James Turnbull [email protected]

License: GPLv3

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

Requirements

  • webrick

Usage

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