ReleaseEngineering/PuppetAgain/Modules/disableservices

From MozillaWiki
< ReleaseEngineering‎ | PuppetAgain‎ | Modules
Revision as of 20:03, 15 June 2012 by Kmoir (talk | contribs) (Created page with "This module disables services on Darwin or Centos that should not be running It has two available classes: == disableservices::common == Defines services common to both slaves ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This module disables services on Darwin or Centos that should not be running

It has two available classes:

disableservices::common

Defines services common to both slaves and servers that should be disabled.

disableservices::server

Defines services on servers should be disabled. Currently just inherits the common class as there are no server specific services to disable.

disableservices::slave

Defines services on slaves that should be disabled and inherits the common class.