Skip to content
New issue

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

Defaults do not work #46

Open
stavrosicsd opened this issue Jul 21, 2016 · 1 comment
Open

Defaults do not work #46

stavrosicsd opened this issue Jul 21, 2016 · 1 comment

Comments

@stavrosicsd
Copy link

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
}

@martialblog
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants