Skip to content

Commit

Permalink
Add CentOS support
Browse files Browse the repository at this point in the history
Due to difficulties with Vagrant, CentOS 5.10 and Fedora were not tested
  • Loading branch information
promisedlandt committed Dec 25, 2013
1 parent 5e97f8e commit 648ba61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .kitchen.yml
Expand Up @@ -6,6 +6,8 @@ driver:
name: vagrant

platforms:
- name: centos-6.5-i386
- name: centos-6.5
- name: debian-6.0.8-i386
- name: debian-6.0.8
- name: debian-7.2.0-i386
Expand Down
1 change: 0 additions & 1 deletion TODO.md
Expand Up @@ -9,7 +9,6 @@ Useful:

Nice to have:

* Test / adjust for RPM based distributions
* Automatically add plugin manager boilerplate to config file (toggleable)
* Get some user feedback
* Add delete action to LWRPs
Expand Down
2 changes: 0 additions & 2 deletions Vagrantfile
Expand Up @@ -9,8 +9,6 @@ Vagrant.configure("2") do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "opscode-debian-7.2.0"

config.vm.network :private_network, ip: "33.33.33.200"

# Enabling the Berkshelf plugin. To enable this globally, add this configuration
# option to your ~/.vagrant.d/Vagrantfile file
config.berkshelf.enabled = true
Expand Down

0 comments on commit 648ba61

Please sign in to comment.