Skip to content

Puppet type and provider for managing HTTP Basic and Digest Authentication

Notifications You must be signed in to change notification settings

jamtur01/jamtur01-httpauth

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: 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',
  mode     => 0644,
  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