Dean Troyer b975e477c9 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:35:52 -07:00

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'
}