Skip to content

Simple puppet module for managing an Apache style htpasswd file

Notifications You must be signed in to change notification settings

benwtr/puppet-htpasswd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Manages an Apache style htpasswd file

Drop in your module path to install

# add a user
htpasswd { "user":
  cryptpasswd => "MrC7Aq3qPKPaK",  # encrypted password hash goes here
  target => "/etc/httpd/conf/htpasswd",
}

# remove a user
htpasswd { "user":
  ensure => absent,
  target => "/etc/httpd/conf/htpasswd",
}


About

Simple puppet module for managing an Apache style htpasswd file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages