Skip to content

Commit

Permalink
Removing tomcat from Go CD. Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
au-chrismor committed Jun 17, 2016
1 parent cc37274 commit 9352cb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gocd/cfn/linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@
},
"services": {
"sysvinit": { "enabled": "true", "ensurerunning": "true" },
"tomcat8": { "enabled": "true", "ensurerunning": "true" },
"newrelic-sysmond": { "enabled": "true", "ensurerunning": "true" },
"rsyslog": { "enabled": "true", "ensurerunning": "true" },
"cfn-hup": { "enabled": "true", "ensurerunning": "true" },
Expand Down
1 change: 0 additions & 1 deletion gocd/packer/build-inst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ sudo tar -xf /tmp/apache-maven.tar.gz -C /opt/apache
sudo mv /opt/apache/apache-maven-3.3.9 /opt/apache/maven
sudo mv /tmp/gocd.repo /etc/yum.repos.d/gocd.repo
sudo yum install -y go-server go-server unzip zip gcc git
sudo rpm -i /tmp/jenkins.rpm
cd /tmp; unzip packer.zip
sudo mv /tmp/packer /usr/local/bin/packer

Expand Down

0 comments on commit 9352cb4

Please sign in to comment.