Puppet Class: role::cyberbot::exec

Defined in:
modules/role/manifests/cyberbot/exec.pp

Overview

sets up a an exec node for cyberbot



2
3
4
5
6
7
8
9
10
# File 'modules/role/manifests/cyberbot/exec.pp', line 2

class role::cyberbot::exec{

    include ::profile::base::production
    include ::profile::cyberbot::exec

    system::role { 'cyberbot::exec':
        description => 'Cyberbot Exec Node'
    }
}