Merge pull request #26 from maju6406/maju6406-ntp

Adding ntp to linux profile
This commit is contained in:
Abir Majumdar 2019-01-08 21:49:19 -05:00 committed by GitHub
commit 0b7ee7f80b
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,