Puppet Class: go
- Defined in:
- manifests/init.pp
Overview
Class: go
This puppet module manages the life cycle of the CD platform Thoughtworks Go
Use class ‘go::server’ for server management Use class ‘go::agent’ for agent management
Authors
Johan Lyheden <johan.lyheden@unibet.com>
Copyright
Copyright 2014 North Development AB
16 17 18 19 20 |
# File 'manifests/init.pp', line 16
class go {
notice ('This class does nothing, consider using go::server or go::agent')
}
|