Skip to content

Commit

Permalink
Merge pull request #67 from mmarseglia/master
Browse files Browse the repository at this point in the history
add quote around tcp/udp ports so they are treated as strings
  • Loading branch information
saz committed Jan 30, 2016
2 parents 5145840 + 85e7163 commit b1ba9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
$item_size = false,
$lock_memory = false,
$listen_ip = '0.0.0.0',
$tcp_port = 11211,
$udp_port = 11211,
$tcp_port = '11211',
$udp_port = '11211',
$user = $::memcached::params::user,
$max_connections = '8192',
$verbosity = undef,
Expand Down

0 comments on commit b1ba9fa

Please sign in to comment.