Skip to content

Commit

Permalink
Revert "adding nginx proxy"
Browse files Browse the repository at this point in the history
  • Loading branch information
pchauncey committed May 25, 2017
1 parent bffbc96 commit f2f890d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 16 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -2,5 +2,3 @@
.DS_Store
.venv
github_pat.secret
*.swp
.vagrant/
1 change: 0 additions & 1 deletion puppet/manifests/sites.pp
@@ -1,4 +1,3 @@
node default {
class{'chaos_system_packages':}
class{'chaos_system_packages::setup_nginx':}
}
8 changes: 0 additions & 8 deletions puppet/modules/chaos_system_packages/manifests/setup_nginx.pp

This file was deleted.

3 changes: 0 additions & 3 deletions puppet/pullForge.sh

This file was deleted.

2 changes: 1 addition & 1 deletion server/server.py
Expand Up @@ -12,7 +12,7 @@ def set_proc_name(newname):
set_proc_name("chaos_server")

#start server on port 80
PORT = 8080
PORT = 80
Handler = http.server.SimpleHTTPRequestHandler

class NoTimeWaitTCPServer(socketserver.TCPServer):
Expand Down
1 change: 0 additions & 1 deletion startup.d/40-run-puppet.sh 100755 → 100644
@@ -1,5 +1,4 @@
#!/bin/bash

cd puppet
./pullForge.sh
puppet apply --verbose --modulepath=$PWD/modules/ $PWD/manifests/

0 comments on commit f2f890d

Please sign in to comment.