Skip to content
This repository has been archived by the owner on Feb 13, 2018. It is now read-only.

Commit

Permalink
Remove unnecessarily vendored GitHub OAuth plugin
Browse files Browse the repository at this point in the history
This reverts commit 065b700.

Fixes #86.
  • Loading branch information
alexmuller committed Apr 9, 2014
1 parent 3dabbcb commit ecbea56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Binary file not shown.
16 changes: 0 additions & 16 deletions modules/ci_environment/manifests/jenkins_master.pp
Expand Up @@ -41,22 +41,6 @@
serveraliases => $jenkins_serveraliases,
}

# This file resource installs a Jenkins plugin manually. The build we are
# using is from a Pull Request and has not been merged into mainline. With
# any luck, when version 0.14 is release, we can just use that.
# Download URL:
# https://buildhive.cloudbees.com/job/jenkinsci/job/github-oauth-plugin
# /34/org.jenkins-ci.plugins$github-oauth/
#
file {"${jenkins_home}/plugins/github-oauth.hpi":
ensure => 'present',
owner => 'jenkins',
group => 'nogroup',
mode => '0644',
source => 'puppet:///modules/ci_environment/jenkins-plugin-github-oauth-0.14-b34.hpi',
notify => Class['jenkins::service'],
}

file {'/etc/ssl/certs/github.gds.pem':
ensure => 'present',
content => $github_enterprise_cert,
Expand Down

0 comments on commit ecbea56

Please sign in to comment.