[trivial] delete redundant blank space

Change-Id: Ie7345338114bc585de2392e25b23fae4a2b071bc
This commit is contained in:
zhangguoqing
2016-05-03 09:31:20 +00:00
parent 3b68a68ae1
commit dee68b1628

View File

@@ -89,7 +89,7 @@ class { '::memcached':
$firewall_port = hiera('CONFIG_HORIZON_PORT')
firewall { "001 horizon ${firewall_port} incoming":
firewall { "001 horizon ${firewall_port} incoming":
proto => 'tcp',
dport => [$firewall_port],
action => 'accept',