Skip to content

Commit

Permalink
Merge pull request theforeman#63 from bjvrielink/master
Browse files Browse the repository at this point in the history
Fix in documentation for dhcp::pool. range should be array instead of string
  • Loading branch information
tphoney committed May 18, 2015
2 parents 00c800b + edadbfb commit b72c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Define the pool attributes
dhcp::pool{ 'ops.dc1.example.net':
network => '10.0.1.0',
mask => '255.255.255.0',
range => '10.0.1.100 10.0.1.200',
range => ['10.0.1.100', '10.0.1.200'],
gateway => '10.0.1.1',
}

Expand Down

0 comments on commit b72c4be

Please sign in to comment.