Skip to content

Puppet type and provider for managing HTTP Basic and Digest Authentication

Notifications You must be signed in to change notification settings

jkur/puppet-httpauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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 james@lovedthanlost.net

License: GPLv3

Requirements

  • webrick

Usage

httpauth { 'user':
  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

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%