Puppet Class: cachetool::params

Inherited by:
cachetool
Defined in:
manifests/params.pp

Overview



1
2
3
4
5
6
7
8
9
# File 'manifests/params.pp', line 1

class cachetool::params {
    $phar_location      = 'https://gordalina.github.io/cachetool/downloads/cachetool.phar'
    $target_dir         = '/usr/local/bin'
    $command_name       = 'cachetool'
    $user               = 'root'
    $cachetool_adapter  = 'fastcgi'
    $cachetool_fastcgi  = '127.0.0.1:9000'
    $cachetool_temp_dir = undef
}