forked from heavywater/chef-jenkins
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* General clean up, per Foodcritic compliance * Fix several minor platform bugs on RedHat/CentOS * Change service assumptions regarding Redhat/Centos * Added several missing dependencies * Fenced off debian/ubuntu specific cases in case switches * Changed sshkey generation to use pure Ruby via gem, instead of execute. * Made basic auth optional in proxy_apache2, as Jenkins comes with several of its own auth plugins
- Loading branch information
Eric G. Wolfe
committed
May 25, 2012
1 parent
f91495d
commit dde35c2
Showing
26 changed files
with
411 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## v0.7.0 | ||
|
||
* General clean up, per Foodcritic compliance | ||
* Fix several minor platform bugs on RedHat/CentOS | ||
* Change service assumptions regarding Redhat/Centos | ||
* Added several missing dependencies | ||
* Fenced off debian/ubuntu specific cases in case switches | ||
* Changed sshkey generation to use pure Ruby via gem, instead of execute. | ||
* Made basic auth optional in proxy_apache2, as Jenkins comes with several of its own auth plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# Cookbook Name:: jenkins | ||
# Attirbutes:: proxy_apache2 | ||
# | ||
# Author:: Fletcher Nichol <[email protected]> | ||
# | ||
# Copyright 2011, Fletcher Nichol | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
|
||
include_attribute "apache2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# Cookbook Name:: jenkins | ||
# Attributes:: proxy_nginx | ||
# | ||
# Author:: Fletcher Nichol <[email protected]> | ||
# | ||
# Copyright 2011, Fletcher Nichol | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
include_attribute "nginx" |
Oops, something went wrong.