Skip to content

Commit 8e8793c

Browse files
bastelfreakevgeni
authored andcommitted
puppet-lint: fix space_before_arrow
There was a bug in puppet-lint < 4.3 which didn't detect this previously. puppetlabs/puppet-lint@0e8da67
1 parent 59df4f3 commit 8e8793c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/config.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'ssldir': value => $puppet::ssldir;
2828
'privatekeydir': value => '$ssldir/private_keys { group = service }';
2929
'hostprivkey': value => '$privatekeydir/$certname.pem { mode = 640 }';
30-
'show_diff': value => $puppet::show_diff;
30+
'show_diff': value => $puppet::show_diff;
3131
'codedir': value => $puppet::codedir;
3232
}
3333

@@ -92,7 +92,7 @@
9292
-> case $facts['os']['family'] {
9393
'Windows': {
9494
concat { "${puppet_dir}/puppet.conf":
95-
mode => $puppet::puppetconf_mode,
95+
mode => $puppet::puppetconf_mode,
9696
}
9797
}
9898

0 commit comments

Comments
 (0)