mirror of
https://github.com/ardichoke/puppet-arpwatch.git
synced 2026-07-22 14:06:23 -04:00
a9dfc7fa45
Update PDK framework. Get rid of old params style of module writing and replace with Hiera 5 module data.
7 lines
234 B
Docker
7 lines
234 B
Docker
FROM puppet/pdk:latest
|
|
|
|
# [Optional] Uncomment this section to install additional packages.
|
|
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|
# && apt-get -y install --no-install-recommends <your-package-list-here>
|
|
|