Skip to content

jonmosco/puppet-iesec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#iesec

####Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with iesec
  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

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:

puppetlabs/registry

puppetlabs/stdlib

##Usage

Class: iesec

    class { 'iesec':
      iesec_admin => false,
      iesec_users => true,
    }

Parameters: $iesec_admin $iesec_users

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 <[email protected]>

About

IE SEC Puppet Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages