Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
35 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

executable file
·
35 lines (24 loc) · 1.02 KB

puppet-cpanel

Stripped down Puppet module for cPanel installations.

NOTE: this only manages the first installs of cpanel, it has no further impact on maintaining cpanel managed software e.g. perl, apache etc, i have also assumed that at the very least wget is available on the system - i've erred on the side of not making sure it is installed to avoid any conflicts for example if you have your own set of base packages defined in another module which includes wget

Software installed:

  • cPanel

Optional Extras:

  • SEO Attracta
  • Softaculous
  • Imagemagick

Usage:

For basic install of cpanel (note this will take a long time!) - This wont break anything if applied to existing cpanel servers as it does a very basic check first to see if cpanel is installed

class { 'cpanel':
}

or even simpler

include cpanel

If you want to enable some of the optional features, simply call its subclass in addition to the core class, eg for softaculous:

include cpanel::softaculous