#citrix_xd7
####Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with [Modulename]
- 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
Install Citrix Xendesktop 7
##Module Description
The module automates the Citrix Xendesktop 7 installation
##Setup
###What citrix_xd7 affects
The module utilizes paramaters provided by the Citrix Xendesktop 7 installer
###Setup Requirements
- The User Account Control (UAC) feature needs to be disabled prior to the installation for the windows powershell operation to work properly
- The .Net FrameWork 3.5 feature is a requirement of the Citrix Xendesktop installer
Depends on the following modules:
##Usage
Class: citrix_xd7
Example - Install Xendesktop 7 delivery controller and desktop from a network share
class {'citrix_xd7': source => '//server01.test.local/shared/xendesktop7/' controller => true, desktopstudio => true, licenseserver => false, desktopdirector => false, storefront => false, sql => false, }
Parameters: $source $sql $controller $desktopstudio $licenseserver $desktopdirector $storefront
##Reference
##Limitations
Supported on Windows Server 2008R2 and Server 2012
##Development
##Release Notes/Contributors/Etc
Contributors:
Martez Reed <[email protected]>