ie_esc
Defined type to manage Internet Explorer Enhanced Security Configuration
Version information
released Apr 21st 2015
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'souldo-ie_esc', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
souldo/ie_esc — version 1.0.0 Apr 21st 2015
ie_esc
Internet Explorer Enhanced Security Configuration
This module allows you to manage the configuration of IE ESC on Windows 2008 and 2012 servers.
Dependencies
see Modulefile
Sample Usage
Enable IE ESC for Users and Administrators
ie_esc {"IE ESC Configuration": ensure => present }
Disable IE ESC for Users and Administrators
ie_esc {"IE ESC Configuration": ensure => absent }
Enable IE ESC for Users / Disable IE ESC for Administrators
ie_esc {"IE ESC Configuration":
ensure => present,
users => on,
administrators => off,
}
Enable IE ESC for Administrators / Disable IE ESC for Users
ie_esc {"IE ESC Configuration":
ensure => present,
users => off,
administrators => on,
}
Changelog
v1.0.0 - Cleaned up code and metadata v0.1.0 - Initial release