Resource Type: htpasswd
- Defined in:
- lib/puppet/type/htpasswd.rb
- Providers:
-
parsed
Overview
Manage an Apache style htpasswd file
htpasswd { ‘user’:
ensure => present,
cryptpasswd => 'encrypted password',
target => '/etc/httpd/conf/htpasswd',
}