fuel-main/cookbooks/cobbler/metadata.rb
Dmitry Pyzhov 59bf5761f6 Migrate from centos 6.2 to centos 6.3
Fix make rpm in custom build folder
2012-08-29 13:05:54 +04:00

18 lines
630 B
Ruby

maintainer "Mirantis, Inc."
maintainer_email "product@mirantis.com"
description "Installs and configures cobbler"
version "0.0.1"
recipe "cobbler::default", "Installs cobbler, dnsmasq, tftp-hpa and configures cobbler"
recipe "cobbler::bootstrap", "Installs bootstrap distro, profile and system"
recipe "cobbler::precise-x86_64", "Installs precise-x86_64 distro and profile"
recipe "cobbler::centos-6.3-x86_64", "Installs centos-6.3-x86_64 distro and profile"
%w{ ubuntu }.each do |os|
supports os
end
%w{ nailgun }.each do |cookbook|
depends cookbook
end