Skip to content

Commit c1deab5

Browse files
committed
Fixed whitespace issue
1 parent b63e587 commit c1deab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/agent.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
$http_proxy_host = undef,
8282
$http_proxy_port = undef,
8383
$cron_hour = '*',
84-
$cron_minute = undef,
84+
$cron_minute = undef,
8585
) inherits puppet::params {
8686

8787
if ! defined(User[$::puppet::params::puppet_user]) {

0 commit comments

Comments
 (0)