Create windows_base_hipaa.pp

This commit is contained in:
Abir Majumdar 2018-09-14 11:31:28 -07:00 committed by GitHub
parent 184a35c59b
commit 79cb523d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
# @summary This role installs a baseline of packages on Windows machines according to HIPAA guidelines
class role::windows_base_hipaa {
include profile::baseline_hipaa
}