We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 }
The text was updated successfully, but these errors were encountered:
This gets tested now in Beaker and works as expected. See:
https://github.com/justicel/puppet-phpmyadmin/blob/master/spec/acceptance/server_spec.rb https://github.com/justicel/puppet-phpmyadmin/blob/master/spec/acceptance/vhost_spec.rb
Sorry, something went wrong.
No branches or pull requests
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
}
The text was updated successfully, but these errors were encountered: