removing ntp

This commit is contained in:
Abir Majumdar 2019-01-08 20:40:47 -05:00 committed by GitHub
parent 9a88a3f890
commit 70c5f6cc6a
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 # @summary This profile installs unzip and git as part of the Linux baseline
class profile::linux_baseline { class profile::linux_baseline {
include ntp # include ntp
package { 'unzip': package { 'unzip':
ensure => installed, ensure => installed,