ReleaseEngineering/PuppetAgain/Modules/disableservices
From MozillaWiki
< ReleaseEngineering | PuppetAgain | Modules
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.