Added "chkconfig --add" to httpsd service.
This commit is contained in:
parent
b7ed946994
commit
7ee51d6f4c
1 changed files with 7 additions and 1 deletions
|
@ -176,7 +176,13 @@ class apache::redhat::sslserver {
|
||||||
mode => "0755",
|
mode => "0755",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => "root",
|
group => "root",
|
||||||
before => Service["httpsd"],
|
notify => Exec["chkconfig --add httpsd"],
|
||||||
|
}
|
||||||
|
exec { "chkconfig --add httpsd":
|
||||||
|
user => "root",
|
||||||
|
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||||
|
refreshonly => true,
|
||||||
|
before => Service["httpsd"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue