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

Setting Apache alias /zabbix #236

Closed
felipe1982 opened this issue Jun 7, 2016 · 0 comments
Closed

Setting Apache alias /zabbix #236

felipe1982 opened this issue Jun 7, 2016 · 0 comments

Comments

@felipe1982
Copy link
Contributor

felipe1982 commented Jun 7, 2016

I have an existing zabbix 2.4 installation, managed manually. I am about to upgrade to 3.0, and want it managed by puppet. Previous installation had a Alias line in httpd.conf

Alias /zabbix /usr/share/zabbix

<Directory "/usr/share/zabbix">
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all

    php_value max_execution_time 300
    php_value memory_limit 128M
    php_value post_max_size 16M
    php_value upload_max_filesize 2M
    php_value max_input_time 300
    php_value date.timezone Australia/Brisbane
</Directory>

How can I do this with this module? I'm using mostly hiera data

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

1 participant