-
Notifications
You must be signed in to change notification settings - Fork 28
benwtr/puppet-htpasswd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published