We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9732cb3 commit d9eb424Copy full SHA for d9eb424
site/profile/manifests/squid.pp
@@ -6,7 +6,7 @@
6
include profile::consul
7
8
nftables::rule { 'default_in-squid':
9
- content => "tcp dport 3128 accept comment 'Accept squid'",
+ content => 'tcp dport 3128 accept comment "Accept squid"',
10
}
11
12
class { 'squid': }
0 commit comments