Skip to content

Commit

Permalink
Fix typos (#22)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jsoref authored and joschi committed May 11, 2017
1 parent 8191736 commit bc00524
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vagrant_winlogbeat/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This box is used as a Windows development and testing environment for Beats.
#
# Usage and Features:
# - Two users exist: Administartor and Vagrant. Both have the password: vagrant
# - Two users exist: Administrator and Vagrant. Both have the password: vagrant
# - Use 'vagrant ssh' to open a Windows command prompt.
# - Use 'vagrant rdp' to open a Windows Remote Deskop session. Mac users must
# install the Microsoft Remote Desktop Client from the App Store.
Expand All @@ -27,9 +27,9 @@ $Shortcut.Arguments = "/K cd /d C:\\graylog"
$Shortcut.Save()
echo "Disable automatic updates"
$AUSettigns = (New-Object -com "Microsoft.Update.AutoUpdate").Settings
$AUSettigns.NotificationLevel = 1
$AUSettigns.Save()
$AUSettings = (New-Object -com "Microsoft.Update.AutoUpdate").Settings
$AUSettings.NotificationLevel = 1
$AUSettings.Save()
SCRIPT

Vagrant.configure(2) do |config|
Expand Down

0 comments on commit bc00524

Please sign in to comment.