Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Apr 18, 2016
1 parent 79bb654 commit 8f1468b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@

# check if selinux is active and allow zabbix
if $::selinux_config_mode == 'enforcing' {
selboolean{'httpd_can_connect_zabbix':
persistent => true,
value => 'on',
}
selboolean{'httpd_can_connect_zabbix':
persistent => true,
value => 'on',
}
}
}

0 comments on commit 8f1468b

Please sign in to comment.