iesec
Version information
Start using this module
Add this module to your Puppetfile:
mod 'jonnyx-iesec', '0.0.1'
Learn more about managing modules with a PuppetfileDocumentation
#iesec
####Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with iesec
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
##Overview
Manage Internet Explorer Enhanced Security (IESEC) on Microsoft Windows
##Module Description
IESEC on Windows Server can affect the browsing experience and not allow important sites to load. This module will allow you to control the settings for IESEC.
##Setup
###What iesec affects
- If enabled, activex and scripting are disabled
- If disabled, activex and scripting are enabled
###Setup Requirements
Depends on the following modules:
##Usage
Class: iesec
class { 'iesec':
admin_enable => false,
users_enable => true,
}
Parameters: $_admin_enable $users_enable
Both parameters accept boolean true and false
##Reference
Here, list the classes, types, providers, facts, etc contained in your module. This section should include all of the under-the-hood workings of your module so people know what the module is touching on their system but don't need to mess with things. (We are working on automating this section!)
##Limitations
Supported on Windows Server 2008R2. Testing for Server 2012 will be needed.
##Development
##Release Notes/Contributors/Etc
Contributors:
Thomas Linkin <tom@puppetlabs.com>
Dependencies
- puppetlabs/stdlib (>=4.1.0)
- puppetlabs/registry ()