Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 1.92 KB

README.md

File metadata and controls

78 lines (51 loc) · 1.92 KB

#citrix_xd7

####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 [Modulename]
  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

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:

puppetlabs/stdlib

##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]>