diff options
| author | Christoph <chris@inferno.nadir.org> | 2014-05-24 13:03:41 +0200 | 
|---|---|---|
| committer | Christoph <chris@inferno.nadir.org> | 2014-05-24 13:03:41 +0200 | 
| commit | c8025a3b2a13f01fd1be436609855e944f7b625b (patch) | |
| tree | f5bcb69c8b47b6e67eb1151f0c52b3e028928833 | |
| parent | 692359e1bb9e5101c3ba882e5b9d3de1c4c63716 (diff) | |
remove unused variable local_ports
| -rw-r--r-- | puppet/modules/site_haproxy/manifests/init.pp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet/modules/site_haproxy/manifests/init.pp b/puppet/modules/site_haproxy/manifests/init.pp index 144d1ed2..304df0bd 100644 --- a/puppet/modules/site_haproxy/manifests/init.pp +++ b/puppet/modules/site_haproxy/manifests/init.pp @@ -1,6 +1,5 @@  class site_haproxy {      $haproxy     = hiera('haproxy') -    $local_ports = $haproxy['local_ports']      class { 'haproxy':      enable           => true,  | 
