Skip to content

Commit

Permalink
Syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sajuptpm committed May 22, 2015
1 parent bb1c6ac commit 3b98b99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@
$enable_svcmon = false,
$router_asn = 64512,
$seed = true,
$quota_floating_ip = -1
$quota_logical_router = -1
$quota_security_group = -1
$quota_security_group_rule = -1
$quota_subnet = -1
$quota_virtual_machine_interface = -1
$quota_virtual_network = -1
$quota_floating_ip = -1,
$quota_logical_router = -1,
$quota_security_group = -1,
$quota_security_group_rule = -1,
$quota_subnet = -1,
$quota_virtual_machine_interface = -1,
$quota_virtual_network = -1,
){

##
Expand Down

0 comments on commit 3b98b99

Please sign in to comment.