Skip to content
Merged
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
5 changes: 3 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,16 @@
# If 'false', the WSUS server only distributes Microsoft updates.
#
# @param auto_update_option
# Sets the automatic update option you would like to use. Valid values: 'NotifyOnly', 'AutoNotify', 'Scheduled', and 'AutoInstall'.
# You can also refer to these four values using integers 2 through 5, respectively.
# Sets the automatic update option you would like to use. Valid values: 'NotifyOnly', 'AutoNotify', 'Scheduled', 'AutoInstall' and 'NotifyRestart'.
# You can also refer to these five values using integers 2 through 5, and 7, respectively.
# Default: undef.
#
# See the AUOptions key values on the Microsoft TechNet documentation for detailed descriptions of these options. In summary:
#
# * 'NotifyOnly': Notifies users before downloading updates.
# * 'AutoNotify': Automatically downloads updates and notifies users.
# * 'Scheduled': Automatically downloads updates and schedules automatic installation.
# * 'NotifyRestart': Automatically downloads updates and notifies users before both install and restart. (Windows Server 2016 and later only)
#
# If set to this value, scheduled_install_day and scheduled_install_hour are required.
# This parameter must be set to this value to use reschedule_wait_time_minutes.
Expand Down
Loading