Skip to content

Commit

Permalink
[CB] Added Rackspace cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
hosh committed Apr 30, 2010
1 parent 4a9cfb2 commit 937af82
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rackspace/README.rdoc
@@ -0,0 +1,8 @@
= DESCRIPTION:

= REQUIREMENTS:

= ATTRIBUTES:

= USAGE:

6 changes: 6 additions & 0 deletions rackspace/metadata.rb
@@ -0,0 +1,6 @@
maintainer "Example Com"
maintainer_email "ops@example.com"
license "Apache 2.0"
description "Installs/Configures rackspace"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.1"
18 changes: 18 additions & 0 deletions rackspace/recipes/default.rb
@@ -0,0 +1,18 @@
#
# Cookbook Name:: rackspace
# Recipe:: default
#
# Copyright 2010, Example Com
#
# 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.
#

0 comments on commit 937af82

Please sign in to comment.