Puppet Class: scap::conftool

Defined in:
modules/scap/manifests/conftool.pp

Overview

SPDX-License-Identifier: Apache-2.0

Class scap::conftool

Adds conftool scripts and credentials for the deploy-service user, used by scap3. This will allow scap3 to call “pool”, “depool” and so on



7
8
9
10
11
12
13
# File 'modules/scap/manifests/conftool.pp', line 7

class scap::conftool {
    include ::conftool::scripts

    ::conftool::credentials { 'deploy-service':
        home => '/var/lib/deploy-service',
    }
}