Puppet Class: apache::service

Defined in:
manifests/init.pp

Overview



74
75
76
77
78
79
# File 'manifests/init.pp', line 74

class apache::service {
	exec { 'httpreload':
		command => '/etc/init.d/apache2 reload',
		require    => Class["apache::vhost"],
        }
}