Puppet Class: role::maps::staging

Defined in:
modules/role/manifests/maps/staging.pp

Overview

SPDX-License-Identifier: Apache-2.0 Set up a single node/master staging maps database



3
4
5
6
7
8
# File 'modules/role/manifests/maps/staging.pp', line 3

class role::maps::staging {
    include profile::base::production
    include profile::firewall
    include profile::maps::osm_master
    include profile::prometheus::postgres_exporter
}