Coder Social home page Coder Social logo

puppet-windows_autoupdate's Introduction

puppet-windows_autoupdate

####Table of Contents

  1. Overview
  2. Module Description - What is the windows_autoupdate module?
  3. Setup - The basics of getting started with windows_autoupdate
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

##Overview

Puppet module for managing Microsoft Windows Automatic Updates.

Build Status

##Module Description

This module configures all the relevant windows registry keys used to manage windows automatic update settings on your windows machine.

##Setup

###What autoupdates affects

  • Configures registry keys/values

###Beginning with autoupdate

Manage autoupdates with default settings:

   include windows_autoupdate

Disable auto updates:

   class { 'windows_autoupdate': noAutoUpdate => '1' }

##Usage

###Classes and Defined Types

####Class: windows_autoupdate The autoupdate module primary classes, windows_autoupdate, configures all the registry settings required to manage auto updates.

Parameters within windows_autoupdates: #####noAutoUpdate

  • 0 - Enable Automatic Updates (Default)
  • 1 - Disable Automatic Updates

#####aUOptions

  • 2 - Notify for download and notify for install
  • 3 - Auto download and notify for install
  • 4 - Auto download and schedule the install

#####scheduledInstallDay

  • 0 - Install every day
  • 1 to 7 - Install on specific day of the week from Sunday (1) to Saturday (7).

#####scheduledInstallTime

  • 0 to 23 - Install time of day in 24-hour format

#####useWUServer

  • 1 to use custom update server

#####rescheduleWaitTime

  • The number of minutes to wait after service start time before performing the installation.

#####noAutoRebootWithLoggedOnUsers

  • 1 to prevent automatic reboot while users are logged on.

##Reference

###Classes ####Public Classes

##Limitations

This module is tested on the following platforms:

  • Windows 2008 R2

It is tested with the OSS version of Puppet only.

##Development

###Contributing

Please read CONTRIBUTING.md for full details on contributing to this project.

puppet-windows_autoupdate's People

Contributors

ghoneycutt avatar kupuguy avatar liamjbennett avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.