Merge pull request #4575 from MicrosoftDocs/user/anagupt/minor_fixes

Minor update in puppet documentation
This commit is contained in:
Tina Burden
2021-01-21 08:33:44 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ $version = undef
}
file { '/etc/opt/microsoft/mdatp/mdatp_onboard.json':
source => 'puppet:///modules/mdatp/mdatp_onboard.json',
source => 'puppet:///modules/install_mdatp/mdatp_onboard.json',
owner => root,
group => root,
mode => '0600',

View File

@ -200,7 +200,7 @@ Type of threat for which the behavior is configured.
Action to take when coming across a threat of the type specified in the preceding section. Can be:
- **Audit**: The device is not protected against this type of threat, but an entry about the threat is logged.
- **Block**: The device is protected against this type of threat and you are notified in the user interface and the security console.
- **Block**: The device is protected against this type of threat and you are notified in the security console.
- **Off**: The device is not protected against this type of threat and nothing is logged.
|||