Update linux_baseline.pp

This commit is contained in:
Abir Majumdar 2018-09-21 10:30:12 -07:00 committed by GitHub
parent f212082dcf
commit 141ffa1920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
# @summary This profile installs unzip and git as part of the Linux baseline # @summary This profile installs unzip and git as part of the Linux baseline
class profile::linux_baseline { class profile::linux_baseline {
include ntp
package { 'unzip': package { 'unzip':
ensure => installed, ensure => installed,
} }