Skip to content

Commit

Permalink
Fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
smoeding committed Jul 4, 2024
1 parent bb74603 commit 2d17d72
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ You can use the `--help` argument to display the usage message:

```
usage: puppetserver-metrics.py [-h] [-v] [--interval INTERVAL]
[--server SERVER] [--key KEY] [--cert CERT]
[--cacert CACERT] [--no-proxy]
[--server SERVER] [--key KEY] [--cert CERT]
[--cacert CACERT] [--no-proxy]
optional arguments:
-h, --help show this help message and exit
Expand Down Expand Up @@ -82,14 +82,14 @@ The last rule should have the name `puppetlabs deny all` that blocks all request

``` hocon
{
match-request: {
path: "/metrics/v2"
type: path
method: [get, post]
}
allow: "*"
sort-order: 500
name: "puppet metrics information"
match-request: {
path: "/metrics/v2"
type: path
method: [get, post]
}
allow: "*"
sort-order: 500
name: "puppet metrics information"
},
```

Expand Down

0 comments on commit 2d17d72

Please sign in to comment.