项目作者: noma4i

项目描述 :
Puppet module to install and setup Tableau server.
高级语言: Puppet
项目地址: git://github.com/noma4i/puppet-windows_tableau.git
创建时间: 2015-01-19T03:10:25Z
项目社区:https://github.com/noma4i/puppet-windows_tableau

开源协议:

下载


windows_tableau

Simple way to install Tableau Server on target system.

Available options

  • version - You must define Tableau Server version(short format). During setup this will used to locate proper tabadmin
  • trusted_host - Used to setup wgserver.trusted_hosts and open correspondent TCP rule in windows firewall.
  • type - Installation type. Possible options: local or remote. Based on this puppet will download TablueServer installer from url or from puppet server.
  • from - URL or filename from puppet server

How to use

Setup from puppet server

  1. class {'windows_tableau':
  2. ensure => 'present',
  3. version => '8.3',
  4. trusted_host => '192.168.1.1',
  5. from => 'TableauServer-64bit.exe'
  6. }

What if I need to make additional setup in Tableau?

Not a problem! You are free to edit templates/initial_setup.ps1.erb and add your additions.

Limitations

Nope.