diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 20:44:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 20:44:19 -0300 |
commit | d899d12c9600fe40b927cbcee4a1848121af9c49 (patch) | |
tree | 39385f209fa214089dfd98ae72859f75d44ff9fd | |
parent | ff9357ff1bf4682163e283620fe8e596387de713 (diff) | |
download | puppet-websites-d899d12c9600fe40b927cbcee4a1848121af9c49.tar.gz puppet-websites-d899d12c9600fe40b927cbcee4a1848121af9c49.tar.bz2 |
Setting remote_addr to localhost
-rw-r--r-- | manifests/setup.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/setup.pp b/manifests/setup.pp index af2bce6..c6efe87 100644 --- a/manifests/setup.pp +++ b/manifests/setup.pp @@ -8,6 +8,7 @@ class websites::setup { 'direct' => 'yes', default => false, }, + remote_addr => '127.0.0.1', } # The needed apache modules |