Skip to content

clc14/salt-formula-cobbler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

salt-formula-cobbler

Formula to install/manage Cobbber

Install and configure cron and set up cron tasks. Tested on CentOS 7.4.

.. note::

See the full `Salt Formulas installation and usage instructions
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.

Available states

.. contents:: :local:

cobbler

Includes cobbler.repo, cobbler.install and cobbler.config

cobbler.repo

Configure appropriate package repo source/s based on distro and distro version.

cobbler.install

Installs cobbler package/s and dependencies as configured by pillar.

cobbler.config

Configure cobbler. NOTE: does not configure cobbler-web. See cobbler.web state.

cobbler.web

Installs and configures the cobbler-web package. NOTE: cobbler-web package will pull in Apache. Use an appropriate formula to configure Apache properly.

cobbler.sync

Runs 'cobbler sync'

cobbler.repo

Configures repos based on pillar.

cobbler.reposync

Runs 'cobbler reposync --only=repo-name' for repos listed in pillar.

cobbler.pxe

Imports pxe files from sources based on pillar

cobbler.kickstarts

Imports kickstart files from sources based on pillar

cobbler.snippets

Imports snippet files from sources based on pillar

About

Formula to install/manage Cobbber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SaltStack 92.7%
  • HTML 7.3%