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

Puppet module to manage intitial setup of cpanel on servers

Notifications You must be signed in to change notification settings

anthonysomerset/puppet-cpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Puppet module to manage intitial setup of cpanel on servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages