-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Default example does not work properly.
All access is forbidden and especially to the one we are interested in: /phpmyadmin
Here is what I have tried:
class { '::phpmyadmin': }
phpmyadmin::server{ 'default': }
phpmyadmin::vhost { $fqdn:
ssl => true,
ssl_ca_file => $my_ca_cert,
ssl_cert_file => $my_cert,
ssl_key_file => $my_key,
ssl_redirect => true
}
Metadata
Metadata
Assignees
Labels
No labels