Skip to content

Commit 23484b2

Browse files
committed
Fix nftables rule comment
1 parent d9eb424 commit 23484b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/profile/manifests/jupyterhub.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
}
4646
nftables::rule { 'default_in-jupyter_server':
47-
content => "tcp dport 32768-60999 accept comment 'Accept jupyter_server'",
47+
content => 'tcp dport 32768-60999 accept comment "Accept jupyter_server"',
4848
}
4949
}
5050

0 commit comments

Comments
 (0)