Hi I'm implementing puppet module for managing cobbler, so far I've implemented custom types for: - distro - repo
Now I'm working on custom type for profile, and later on I plan to implement custom type for system too. This is how adding distro and repo looks like: cobbler::distro::add_distro { 'CentOS-5.8-x86_64': arch => 'x86_64', isolink => 'http://mi.mirror.garr.it/mirrors/CentOS/5.8/isos/x86_64/CentOS-5.8-x86_64-bin-DVD-1of2.iso', } cobbler::repo::add_repo { 'PuppetLabs-5-x86_64-deps': arch => 'x86_64', mirror => 'http://yum.puppetlabs.com/el/5/dependencies/x86_64', mirrorlocally => true, priority => 99, } Is someone interested in testing and reviewing the module once it's finished? _______________________________________________ cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler