Forge Home

iesec

manage Internet Explorer Enhanced Security on Microsoft Windows

22,494 downloads

22,494 latest version

2.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.1 (latest)
released Aug 16th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jonnyx-iesec', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jonnyx-iesec
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jonnyx-iesec --version 0.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

jonnyx/iesec — version 0.0.1 Aug 16th 2013

#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':
      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>