This provides a HTTP Authentication type for Puppet that support Basic and Digest authentication.
Copyright - James Turnbull james@lovedthanlost.net
License: GPLv3
Thanks to John Ferlito and JKur (https://github.com/jkur) for patches.
- webrick
httpauth { 'user':
file => '/path/to/password/file',
password => 'password',
realm => 'realm',
mechanism => basic,
ensure => present,
}