[chef] having problems getting jenkins cookbook to do anything


Chronological Thread 
  • From: Michael Hayes < >
  • To: " " < >
  • Subject: [chef] having problems getting jenkins cookbook to do anything
  • Date: Thu, 29 Aug 2013 16:14:56 -0500

I forked https://github.com/opscode-cookbooks/jenkins ;

and modified the metadata.rb file:
name             "jenkins"
maintainer       "Opscode, Inc."
maintainer_email 
" "
license          "Apache 2.0"
description      "Installs and configures Jenkins CI server & slaves"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version          "0.8.0"

depends "java"
depends "runit", ">= 1.0.0"
depends "apt"

depends "apache2"
depends "nginx"
depends "iptables"

recipe "jenkins::server",  "run server recipe."     <<-- added this line


Berksfile:
site :opscode

cookbook 'runit', '>= 1.1.2'
cookbook 'jenkins', github: 'hayesmp/jenkins-cookbook'

And I get nothing, it doesn't install anything:
Uploading the kitchen...
   Generating solo config...
   Running Chef...
   Starting Chef Client, version 11.6.0
   Compiling Cookbooks...
   Converging 0 resources
   Chef Client finished, 0 resources updated




Archive powered by MHonArc 2.6.16.

§