Update linux_baseline.pp

This commit is contained in:
Abir Majumdar 2018-09-26 10:47:34 -07:00 committed by GitHub
parent 569fc143a2
commit c28415873c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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