Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
ossec-cookbook
Commits
012da036
Commit
012da036
authored
Aug 22, 2017
by
Tim Smith
Committed by
GitHub
Aug 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos and syntax highlight the XML
parent
80f69342
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
012da036
...
...
@@ -52,7 +52,7 @@ default['ossec']['conf']['all']['syscheck']['directories'] = [
This produces:
```
```
xml
<syscheck>
<directories
check_all=
"yes"
>
/bin,/sbin
</directories>
<directories>
/etc,/usr/bin,/usr/sbin
</directories>
...
...
@@ -82,7 +82,7 @@ default['ossec']['agent_conf'] = [
This produces:
```
```
xml
<agent_config>
<syscheck>
<frequency>
4321
</frequency>
...
...
@@ -107,11 +107,11 @@ Adds the OSSEC repository to the package manager. This recipe is included by oth
### install_agent
Installs the agent packages but performs no explicit configuation.
Installs the agent packages but performs no explicit configu
r
ation.
### install_server
Install the server packages but performs no explicit configuation.
Install the server packages but performs no explicit configu
r
ation.
### common
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment