Puppet Class: selinux::restorecond::service

Defined in:
manifests/restorecond/service.pp

Overview

manages restorecond service



2
3
4
5
6
7
8
# File 'manifests/restorecond/service.pp', line 2

class selinux::restorecond::service {

  service{'restorecond':
    ensure => running,
    enable => true,
  }
}