|
40 | 40 |
|
41 | 41 | ### Resource types |
42 | 42 |
|
43 | | -* [`zabbix_application`](#zabbix_application): %q(Manage zabbix applications zabbix_application{"app1": ensure => present, template => 'template1', } It Raise excep |
| 43 | +* [`zabbix_application`](#zabbix_application): Manage zabbix applications Example: zabbix_application{"app1": ensure => present, template => 'template1', } It Raise exceptio |
44 | 44 | * [`zabbix_host`](#zabbix_host): FQDN of the machine. |
45 | 45 | * [`zabbix_hostgroup`](#zabbix_hostgroup): Manage zabbix hostgroups |
46 | 46 | * [`zabbix_proxy`](#zabbix_proxy): FQDN of the proxy. |
47 | 47 | * [`zabbix_template`](#zabbix_template): The name of template. |
48 | | -* [`zabbix_template_host`](#zabbix_template_host): Link or Unlink template to host. Only for Zabbix < 6.0! Example. Name should be in the format of "template_name@hostname" zabbix_template_ho |
| 48 | +* [`zabbix_template_host`](#zabbix_template_host): Link or Unlink template to host. Only for Zabbix < 6.0! Example: zabbix_template_host{ 'mysql_template@db1': ensure => present, } Na |
49 | 49 | * [`zabbix_userparameters`](#zabbix_userparameters): An unique name for this define. |
50 | 50 |
|
51 | 51 | ### Data types |
@@ -5927,17 +5927,15 @@ Default value: `'0644'` |
5927 | 5927 |
|
5928 | 5928 | ### <a name="zabbix_application"></a>`zabbix_application` |
5929 | 5929 |
|
5930 | | -%q(Manage zabbix applications |
5931 | | - |
5932 | | - zabbix_application{"app1": |
5933 | | - ensure => present, |
5934 | | - template => 'template1', |
5935 | | - } |
| 5930 | +Manage zabbix applications |
5936 | 5931 |
|
| 5932 | +Example: |
| 5933 | + zabbix_application{"app1": |
| 5934 | + ensure => present, |
| 5935 | + template => 'template1', |
| 5936 | + } |
5937 | 5937 | It Raise exception on deleting an application which is a part of used template. |
5938 | 5938 |
|
5939 | | -) |
5940 | | - |
5941 | 5939 | #### Properties |
5942 | 5940 |
|
5943 | 5941 | The following properties are available in the `zabbix_application` type. |
@@ -6250,12 +6248,12 @@ Zabbix version that the template will be installed on. |
6250 | 6248 | ### <a name="zabbix_template_host"></a>`zabbix_template_host` |
6251 | 6249 |
|
6252 | 6250 | Link or Unlink template to host. Only for Zabbix < 6.0! |
6253 | | -Example. |
6254 | | -Name should be in the format of "template_name@hostname" |
6255 | 6251 |
|
6256 | | -zabbix_template_host{ 'mysql_template@db1': |
6257 | | - ensure => present, |
6258 | | - } |
| 6252 | +Example: |
| 6253 | + zabbix_template_host{ 'mysql_template@db1': |
| 6254 | + ensure => present, |
| 6255 | + } |
| 6256 | +Name should be in the format of "template_name@hostname" |
6259 | 6257 |
|
6260 | 6258 | #### Properties |
6261 | 6259 |
|
|
0 commit comments