Skip to content

Commit

Permalink
Merge pull request #663 from kis87988/update_docs
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bastelfreak authored Oct 29, 2024
2 parents 75ee20c + 48392c0 commit 4dd1c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ configure a health check to monitor its availability.
consul::service { 'redis':
checks => [
{
script => '/usr/local/bin/check_redis.py',
args => ['/usr/local/bin/check_redis.py'],
interval => '10s'
},
],
Expand Down Expand Up @@ -241,7 +241,7 @@ it easy to declare in hiera.
```puppet
consul::check { 'true_check':
interval => '30s',
script => '/bin/true',
args => ['/bin/true'],
}
```

Expand Down

0 comments on commit 4dd1c0d

Please sign in to comment.