Skip to content

Commit 40f11b3

Browse files
committed
Tiny style tweak
1 parent d306773 commit 40f11b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
$package_name = 'app-crypt/certbot'
4040
$package_command = 'certbot'
4141
$config_dir = '/etc/letsencrypt'
42-
} elsif $facts['osfamily'] == 'OpenBSD' {
42+
} elsif $facts['osfamily'] == 'OpenBSD' {
4343
$install_method = 'package'
4444
$package_name = 'certbot'
4545
$package_command = 'certbot'

0 commit comments

Comments
 (0)