Puppet Class: pacemaker::apache::redhat

Inherits:
apache_c2c::redhat
Defined in:
manifests/apache/redhat.pp

Overview

lint:ignore:inherits_across_namespaces



2
3
4
5
6
7
8
9
# File 'manifests/apache/redhat.pp', line 2

class pacemaker::apache::redhat inherits apache_c2c::redhat {
# lint:endignore

  Service['httpd'] {
    ensure => undef,
    enable => false,
  }
}