Removing trailing space

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

View File

@ -2,7 +2,7 @@
class profile::linux_baseline { class profile::linux_baseline {
include ntp include ntp
package { 'unzip': package { 'unzip':
ensure => installed, ensure => installed,
} }