Ensure installed
Use installed vs. present syntax
This commit is contained in:
parent
f672e46905
commit
6a5b11a4e0
@ -16,7 +16,7 @@ class apache {
|
|||||||
include apache::params
|
include apache::params
|
||||||
package { 'httpd':
|
package { 'httpd':
|
||||||
name => $apache::params::apache_name,
|
name => $apache::params::apache_name,
|
||||||
ensure => present,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
service { 'httpd':
|
service { 'httpd':
|
||||||
name => $apache::params::apache_name,
|
name => $apache::params::apache_name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user