Skip to content
This repository has been archived by the owner. It is now read-only.

Fixed simple mistakes made on the last commit. #261

Merged
merged 1 commit into from
Sep 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hubblestack_nova/win_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def audit(data_list, tags, verbose=False, show_profile=False, debug=False):
try:
__pkgdata__ = __salt__['pkg.list_pkgs']()
except CommandExecutionError:
__salt__['pkg.refresh_db']
__salt__['pkg.refresh_db']()
__pkgdata__ = __salt__['pkg.list_pkgs']()
for profile, data in data_list:
if show_profile:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ win_reg:
Disable IPv6 :
data:
'Microsoft Windows Server 2012*':
- 'KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TCPIP6\Parameters\DisabledComponents':
- 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TCPIP6\Parameters\DisabledComponents':
tag: CIS-18.4.18.2.1
match_output: '255'
value_type: 'equal'
Expand Down