Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed May 11, 2019
1 parent 9dc2d65 commit 0064e2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ associated to `linux` and `apache-servers` subscriptions.

### Manage Windows Agent

This module supports Windows Sensu Go agent starting with version 5.7.0.

The Windows package source must be specified as either a URL, a Puppet source or a filesystem path.

Install sensu-go-agent on Windows from URL:
Expand All @@ -134,7 +136,7 @@ class { 'sensu::agent':
}
```

Install sensu-ago-agent on Windows from Puppet source:
Install sensu-go-agent on Windows from Puppet source:

```puppet
class { 'sensu::agent':
Expand Down
1 change: 1 addition & 0 deletions spec/classes/backend_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

describe 'sensu::backend', :type => :class do
on_supported_os({facterversion: '3.8.0'}).each do |os, facts|
# Windows is not supported for backend
if facts[:os]['family'] == 'windows'
next
end
Expand Down

0 comments on commit 0064e2d

Please sign in to comment.