config/puppet-modules-wrs/puppet-sshd/src/Makefile

10 lines
156 B
Makefile

# SPDX-License-Identifier: Apache-2.0
#
MODULEDIR ?= /usr/share/puppet/modules
install:
install -d -m 0755 $(MODULEDIR)/sshd
cp -R sshd/ $(MODULEDIR)/