Skip to content

Commit 74598cf

Browse files
author
Tim Meusel
committed
remove useless variable assignment
1 parent 3470c73 commit 74598cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/unicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# with big help from Rob 'rnelson0' Nelson
1919

2020
class puppet::unicorn (
21-
$listen_address = '*',
21+
$listen_address,
2222
){
2323
include nginx
2424
# install unicorn

0 commit comments

Comments
 (0)