diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 21:46:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 21:46:28 -0300 |
commit | 38372b13c071d483d34cc39da62a19b87439d93a (patch) | |
tree | 4c8325ca1fdd2a18044fb47a48003f313999bc40 /manifests | |
parent | d899d12c9600fe40b927cbcee4a1848121af9c49 (diff) | |
download | puppet-websites-38372b13c071d483d34cc39da62a19b87439d93a.tar.gz puppet-websites-38372b13c071d483d34cc39da62a19b87439d93a.tar.bz2 |
Do not use remote_addr
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/setup.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/setup.pp b/manifests/setup.pp index c6efe87..af2bce6 100644 --- a/manifests/setup.pp +++ b/manifests/setup.pp @@ -8,7 +8,6 @@ class websites::setup { 'direct' => 'yes', default => false, }, - remote_addr => '127.0.0.1', } # The needed apache modules |