10 lines
205 B
Puppet
10 lines
205 B
Puppet
#
|
|
# Copyright (c) 2014-2016 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
class patching::params {
|
|
$patching_dir = '/etc/patching'
|
|
$patching_conf = '/etc/patching/patching.conf'
|
|
} |