You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
How can I do this with this module? I'm using mostly hiera data
The text was updated successfully, but these errors were encountered: